diff options
| author | Fabian Affolter <fabian@affolter-engineering.ch> | 2012-03-03 22:43:17 +0000 |
|---|---|---|
| committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2012-03-03 22:43:17 +0000 |
| commit | dbc8d37a9e2f969b0d37f48bbd3154a47c772a41 (patch) | |
| tree | 3b24a5eb33f2433eeede066086fa3680dc25c638 /testing | |
| parent | 8315abd455d45b2c815185c635ca67fa6e8f885a (diff) | |
| download | aports-dbc8d37a9e2f969b0d37f48bbd3154a47c772a41.tar.bz2 aports-dbc8d37a9e2f969b0d37f48bbd3154a47c772a41.tar.xz | |
Initial APKBUILD for trytond-calendar-scheduling
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/trytond-calendar-scheduling/APKBUILD | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/testing/trytond-calendar-scheduling/APKBUILD b/testing/trytond-calendar-scheduling/APKBUILD new file mode 100644 index 000000000..739067f9e --- /dev/null +++ b/testing/trytond-calendar-scheduling/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-calendar-scheduling +_pkgname=trytond_calendar_scheduling +_tryton_major=2.2 +pkgver=2.2.0 +pkgrel=0 +pkgdesc="calendar-scheduling module for Tryton" +url="http://www.tryton.org" +arch="noarch" +license="GPL3+" +depends="trytond trytond-calendar" +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="5461c904022798474685f093dd58b8d8 trytond_calendar_scheduling-2.2.0.tar.gz" |
