# $Id$ # Maintainer: Jaroslav Lichtblau # Contributor: leif_thande # Contributor: tranquility # Contributor: Daniel J Griffiths # Contributor (Parabola): Márcio Silva _pkgname=atool pkgname=atool-libre pkgver=0.39.0 pkgrel=1 pkgdesc="A script for managing file archives of various types" arch=('any') url="http://www.nongnu.org/atool/" license=('GPL3') depends=('file' 'perl') provides=("$_pkgname=$pkgver") replaces=("$_pkgname") conflicts=("$_pkgname") optdepends=('bzip2: for using atool with bzip2 compressed archives' 'cpio: for using atool with cpio archives' 'gzip: for using atool with gzip compressed archives' 'lha: for using atool with lha, lharc and similar archives' 'xz: for using atool with lzma compressed archives' 'lzop: for using atool with lzop compressed archives' 'p7zip: for using atool with 7z archives' 'tar: for using atool with tar archives' 'zip: for using atool for creating zip archives' 'unzip: for using atool for unpacking archives') source=(http://savannah.nongnu.org/download/$_pkgname/$_pkgname-$pkgver.tar.gz) sha256sums=('aaf60095884abb872e25f8e919a8a63d0dabaeca46faeba87d12812d6efc703b') build() { cd ${srcdir}/${_pkgname}-${pkgver} ./configure --prefix=/usr } package() { cd ${srcdir}/${_pkgname}-${pkgver} make prefix=${pkgdir}/usr install }