diff --git a/pkg.info b/pkg.info index ac2dd09..ace1313 100644 --- a/pkg.info +++ b/pkg.info @@ -1,10 +1,9 @@ name: automake description: GNU automatic Makefile creation tool -version: 1.16.5 -revision: 2 +version: 1.17 url: https://www.gnu.org/software/automake/ -license: GPL +license: GPL2-or-later architecture: any -depends: ["bash","coreutils","grep","m4","sed","texinfo"] -make_depends: ["autoconf","bash","coreutils","gettext","grep","m4","make","perl","sed","texinfo"] +depends: ["perl","autoconf"] +make_depends: ["flex","gettext","pkgconf"] type: source diff --git a/source.sh b/source.sh index a3bef1a..7df3c75 100644 --- a/source.sh +++ b/source.sh @@ -29,4 +29,6 @@ check() { # This function is used to move the compiled files into the output directory package() { make DESTDIR="$BPM_OUTPUT" install + + install -Dm644 COPYING "$BPM_OUTPUT"/usr/share/licenses/automake/COPYING }