diff options
Diffstat (limited to 'pcr/trytond-country/PKGBUILD')
-rw-r--r-- | pcr/trytond-country/PKGBUILD | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/pcr/trytond-country/PKGBUILD b/pcr/trytond-country/PKGBUILD deleted file mode 100644 index 7a0108996..000000000 --- a/pcr/trytond-country/PKGBUILD +++ /dev/null @@ -1,21 +0,0 @@ -# Maintainer: Robin Baumgartner <robin@baumgartners.ch> -# Maintainer (Parabola): André Silva <emulatorman@parabola.nu> -pkgname=trytond-country -_pkgname=trytond_country -pkgver=3.0.0 -_pkgdir=3.0 -pkgrel=1 -pkgdesc="The country module of the Tryton application platform" -arch=('any') -url='http://www.tryton.org/' -license=('GPL3') -groups=('trytond-modules') -depends=('trytond>=3.0') -makedepends=('python2-distribute') -source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("c365bd0ac6e04a88427cb5366c1ce493") - -package() { - cd $srcdir/$_pkgname-$pkgver - python2 setup.py install --root=$pkgdir -} |