Fix dependencies and add license
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
name: tar
|
name: tar
|
||||||
description: GNU tar archive creation and mofication tools
|
description: GNU tar archive creation and mofication tools
|
||||||
version: 1.35
|
version: 1.35
|
||||||
revision: 2
|
revision: 3
|
||||||
url: https://www.gnu.org/software/tar/
|
url: https://www.gnu.org/software/tar/
|
||||||
license: GPL3
|
license: GPL3
|
||||||
architecture: any
|
architecture: any
|
||||||
depends: ["acl","attr","bzip2","glibc","gzip","xz-utils"]
|
depends: ["acl","glibc"]
|
||||||
make_depends: ["acl","attr","bash","binutils","bison","coreutils","gcc","gettext","glibc","grep","inetutils","make","sed","texinfo"]
|
make_depends: ["attr"]
|
||||||
type: source
|
type: source
|
||||||
|
|||||||
@@ -30,4 +30,7 @@ check() {
|
|||||||
package() {
|
package() {
|
||||||
make DESTDIR="$BPM_OUTPUT" install
|
make DESTDIR="$BPM_OUTPUT" install
|
||||||
make -C doc install-html docdir=/usr/share/doc/tar DESTDIR="$BPM_OUTPUT"
|
make -C doc install-html docdir=/usr/share/doc/tar DESTDIR="$BPM_OUTPUT"
|
||||||
|
|
||||||
|
# Install package license
|
||||||
|
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/tar/COPYING
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user