# Contributor: pkgname=xarchive pkgver=0.1.8.4 pkgrel=1 pkgdesc="A GNU/Linux gtk2.0 front-end for various command line archiving tools." depends=(xorg gtk2) source=(http://dl.sourceforge.net/sourceforge/$pkgname/$pkgname-0.1.8-4.tar.gz) url="http://xarchive.sourceforge.net/" build() { cd $startdir/src/$pkgname-0.1.8-4 ./configure --prefix=/usr make || return 1 make prefix=$startdir/pkg/usr install } md5sums=('0f7afcb991ca322146093403156765a1')