New package: atool-0.39.0
This commit is contained in:
parent
211f56a84e
commit
19327fbc41
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue