atool: use build_style=gnu-configure; remove unnecessary bdeps.
Close #764
This commit is contained in:
parent
d570788b09
commit
2e2d044688
|
@ -6,17 +6,13 @@ homepage="http://www.nongnu.org/atool/"
|
|||
short_desc="A script for managing file archives of various types"
|
||||
license="GPL-2"
|
||||
maintainer="Georg Schabel <gescha@posteo.de>"
|
||||
makedepends="perl"
|
||||
depends="perl"
|
||||
noarch=yes
|
||||
build_style=gnu-configure
|
||||
distfiles="${NONGNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=aaf60095884abb872e25f8e919a8a63d0dabaeca46faeba87d12812d6efc703b
|
||||
|
||||
do_configure() {
|
||||
SHELL=/bin/bash ./configure --prefix=/usr
|
||||
}
|
||||
|
||||
do_install() {
|
||||
make prefix=${DESTDIR}/usr install
|
||||
vinstall extra/bash-completion-atool_0.1-1 644 /usr/share/bash-completion/completions $pkgname
|
||||
vinstall extra/bash-completion-atool_0.1-1 644 usr/share/bash-completion/completions $pkgname
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue