summaryrefslogtreecommitdiff
path: root/pcr/trytond-country/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/trytond-country/PKGBUILD')
-rw-r--r--pcr/trytond-country/PKGBUILD26
1 files changed, 26 insertions, 0 deletions
diff --git a/pcr/trytond-country/PKGBUILD b/pcr/trytond-country/PKGBUILD
new file mode 100644
index 000000000..521738879
--- /dev/null
+++ b/pcr/trytond-country/PKGBUILD
@@ -0,0 +1,26 @@
+# 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=3
+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")
+
+build() {
+ cd $srcdir/$_pkgname-$pkgver
+ python2 setup.py build
+}
+
+package() {
+ cd $srcdir/$_pkgname-$pkgver
+ python2 setup.py install --root=$pkgdir
+}