1 # Maintainer: Daenyth <Daenyth+Arch AT gmail DOT com>
2 # Contributor: Daenyth <Daenyth+Arch AT gmail DOT com>
6 pkgdesc="A collection of scripts for Arch Linux packages"
8 url="http://bbs.archlinux.org/viewtopic.php?pid=384196"
10 source=(v$pkgver::http://github.com/Daenyth/pkgtools/tarball/v$pkgver)
11 backup=('etc/pkgtools/newpkg.conf' 'etc/pkgtools/pkgfile.conf' 'etc/pkgtools/spec2arch.conf')
12 install=pkgtools.install
13 provides=(newpkg pkgfile)
14 depends=('bash>=4' 'python2' 'pcre' 'libarchive' 'python')
15 optdepends=('cron: For pkgfile --update entry'
16 'abs: Provides proto packaging files for newpkg'
17 'python-yaml: for gem2arch')
18 md5sums=('5361111e31741f8d7ff8ca45c7996b6b')
21 cd "$srcdir/Daenyth-$pkgname"-*
24 make DESTDIR="$pkgdir" install
27 # vim:set ts=2 sw=2 et: