Update package version to 1.17
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user