summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2012-03-03 22:38:37 +0000
committerFabian Affolter <fabian@affolter-engineering.ch>2012-03-03 22:38:37 +0000
commitbf4388cf8c6b8a797c35796437aadf635f92a307 (patch)
tree3c590b3f904f211756ec9410c0179b84dd59c106
parent0a57843ded32a62b095ef2642337574c0cd7c742 (diff)
downloadscripts-bf4388cf8c6b8a797c35796437aadf635f92a307.tar.bz2
scripts-bf4388cf8c6b8a797c35796437aadf635f92a307.tar.xz
Initial APKBUILD for trytond-account-statement
-rw-r--r--trytond-account-statement/APKBUILD30
1 files changed, 30 insertions, 0 deletions
diff --git a/trytond-account-statement/APKBUILD b/trytond-account-statement/APKBUILD
new file mode 100644
index 0000000..38d9b35
--- /dev/null
+++ b/trytond-account-statement/APKBUILD
@@ -0,0 +1,30 @@
+# Automatically generated by tryton-module2apkbuild. Please check if there
+# is an update available for this package and remove those tow lines.
+# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
+# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
+pkgname=trytond-account-statement
+_pkgname=trytond_account_statement
+_tryton_major=2.2
+pkgver=2.2.0
+pkgrel=0
+pkgdesc="account-statement module for Tryton"
+url="http://www.tryton.org"
+arch="noarch"
+license="GPL3+"
+depends="trytond trytond-account trytond-company trytond-currency trytond-party trytond-account-invoice"
+makedepends="python-dev py-setuptools"
+subpackages=""
+source="http://downloads.tryton.org/$_tryton_major/$_pkgname-$pkgver.tar.gz"
+_builddir="$srcdir"/$_pkgname-$pkgver
+
+build() {
+ cd "$_builddir"
+ python setup.py build || return 1
+}
+
+package() {
+ cd "$_builddir"
+ python setup.py install --prefix=/usr --root="$pkgdir" || return 1
+}
+
+md5sums="3fe4839ee09a61237f4924c11c84093f trytond_account_statement-2.2.0.tar.gz"