diff --git a/srcpkgs/atool/template b/srcpkgs/atool/template index 00b89c738f8..7f003e9568c 100644 --- a/srcpkgs/atool/template +++ b/srcpkgs/atool/template @@ -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 " -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 }