updated on Wed Jan 11 12:00:27 UTC 2012
[aur-mirror.git] / pkgtools / PKGBUILD
blobf52c1ea4e7fda6d46442aa31b4c3996d63358948
1 # Maintainer: Daenyth <Daenyth+Arch AT gmail DOT com>
2 # Contributor: Daenyth <Daenyth+Arch AT gmail DOT com>
3 pkgname=pkgtools
4 pkgver=23
5 pkgrel=1
6 pkgdesc="A collection of scripts for Arch Linux packages"
7 arch=('i686' 'x86_64')
8 url="http://bbs.archlinux.org/viewtopic.php?pid=384196"
9 license=('GPL')
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')
20 build() {
21   cd "$srcdir/Daenyth-$pkgname"-*
23   make
24   make DESTDIR="$pkgdir" install
27 # vim:set ts=2 sw=2 et: