Update package version to 1.17

This commit is contained in:
2025-05-08 20:22:21 +03:00
parent 306a463160
commit d476a051e7
2 changed files with 6 additions and 5 deletions
+4 -5
View File
@@ -1,10 +1,9 @@
name: automake name: automake
description: GNU automatic Makefile creation tool description: GNU automatic Makefile creation tool
version: 1.16.5 version: 1.17
revision: 2
url: https://www.gnu.org/software/automake/ url: https://www.gnu.org/software/automake/
license: GPL license: GPL2-or-later
architecture: any architecture: any
depends: ["bash","coreutils","grep","m4","sed","texinfo"] depends: ["perl","autoconf"]
make_depends: ["autoconf","bash","coreutils","gettext","grep","m4","make","perl","sed","texinfo"] make_depends: ["flex","gettext","pkgconf"]
type: source type: source
+2
View File
@@ -29,4 +29,6 @@ check() {
# This function is used to move the compiled files into the output directory # This function is used to move the compiled files into the output directory
package() { package() {
make DESTDIR="$BPM_OUTPUT" install make DESTDIR="$BPM_OUTPUT" install
install -Dm644 COPYING "$BPM_OUTPUT"/usr/share/licenses/automake/COPYING
} }