updated on Sun Jan 8 12:02:35 UTC 2012
[aur-mirror.git] / xpl-perl / PKGBUILD
blob7411e60da8e6d43e78fc06d8fe21c1bcc3abae45
1 # Maintainer: Charly Caulet <charly.caulet@no-log.org>
2 pkgname='xpl-perl'
3 pkgver='0.11'
4 pkgrel='3'
5 pkgdesc="A framework for writing xPL applications in Perl"
6 arch=('i686' 'x86_64')
7 license=('Perl')
8 options=()
9 depends=('perl' 'git')
10 url='https://github.com/beanz/xpl-perl/'
11 #md5sums=('')
13 build() {
14   cd ${srcdir}
15   git clone https://github.com/beanz/${pkgname}.git
16   cd ${pkgname}
17   git reset --hard 934b2af60b11d3209ab2e152251f69ed124fd65d
19   perl Makefile.PL PREFIX=${pkgdir}/usr
20   make
21   #tests do not pass
22   #make test
23   make install