#Maintainer: Xyne pkgname=pbget pkgver=2010.05.15.1 pkgrel=1 pkgdesc="A tool for retrieving ABS and AUR PKGBUILDs and local source files." depends=('wget' 'libarchive') optdepends=('rsync: abs support', 'bash-xyne-common_functions: to check for upgradable packages') arch=('any') license=('GPL') url="http://xyne.archlinux.ca/projects/${pkgname}" source=(http://xyne.archlinux.ca/src/${pkgname}-${pkgver}.tar.gz) md5sums=('c0efb3d05f9eed3a57e29c9de7e37215') backup=(etc/pbget.conf) build() { install -D -m755 $srcdir/$pkgname/$pkgname $pkgdir/usr/bin/${pkgname} install -D -m644 $srcdir/$pkgname/man/$pkgname.1.gz $pkgdir/usr/share/man/man1/$pkgname.1.gz } # vim: set ts=2 sw=2 et: