New package: atool-0.39.0

This commit is contained in:
Georg Schabel 2014-12-22 15:41:35 +01:00 committed by Juan RP
parent 211f56a84e
commit 19327fbc41

24
srcpkgs/atool/template Normal file
View file

@ -0,0 +1,24 @@
# Template file for 'atool'
pkgname=atool
version=0.39.0
revision=1
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
distfiles="http://savannah.nongnu.org/download/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=aaf60095884abb872e25f8e919a8a63d0dabaeca46faeba87d12812d6efc703b
do_configure() {
cd $wrksrc
SHELL=/bin/bash ./configure --prefix=/usr
}
do_install() {
cd $wrksrc
make prefix=${DESTDIR}/usr install
vinstall extra/bash-completion-atool_0.1-1 644 /usr/share/bash-completion/completions $pkgname
}