diff options
Diffstat (limited to 'pcr/trytond-currency/PKGBUILD')
-rw-r--r-- | pcr/trytond-currency/PKGBUILD | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/pcr/trytond-currency/PKGBUILD b/pcr/trytond-currency/PKGBUILD index 21386024b..caa38fc4a 100644 --- a/pcr/trytond-currency/PKGBUILD +++ b/pcr/trytond-currency/PKGBUILD @@ -4,7 +4,7 @@ pkgname=trytond-currency _pkgname=trytond_currency pkgver=3.0.0 _pkgdir=3.0 -pkgrel=1 +pkgrel=3 pkgdesc="The currency module of the Tryton application platform" arch=('any') url='http://www.tryton.org/' @@ -15,6 +15,11 @@ makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") md5sums=("5507619d11d186fc041d1de7c0eea012") +build() { + cd $srcdir/$_pkgname-$pkgver + python2 setup.py build +} + package() { cd $srcdir/$_pkgname-$pkgver python2 setup.py install --root=$pkgdir |