diff options
Diffstat (limited to 'pcr/trytond-sale-opportunity/PKGBUILD')
-rw-r--r-- | pcr/trytond-sale-opportunity/PKGBUILD | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/pcr/trytond-sale-opportunity/PKGBUILD b/pcr/trytond-sale-opportunity/PKGBUILD new file mode 100644 index 000000000..c2702eb4b --- /dev/null +++ b/pcr/trytond-sale-opportunity/PKGBUILD @@ -0,0 +1,25 @@ +# Maintainer: Robin Baumgartner <robin@baumgartners.ch> +pkgname=trytond-sale-opportunity +_pkgname=trytond_sale_opportunity +pkgver=3.0.0 +_pkgdir=3.0 +pkgrel=3 +pkgdesc="The sale_opportunity module of the Tryton application platform" +arch=('any') +url='http://www.tryton.org/' +license=('GPL3') +groups=('trytond-modules') +depends=('trytond>=3.0' 'trytond-account>=3.0' 'trytond-company>=3.0' 'trytond-currency>=3.0' 'trytond-party>=3.0' 'trytond-product>=3.0' 'trytond-sale>=3.0' 'trytond-stock>=3.0') +makedepends=('python2-distribute') +source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") +md5sums=("08a104e969fa638f265e427260756dfd") + +build() { + cd $srcdir/$_pkgname-$pkgver + python2 setup.py build +} + +package() { + cd $srcdir/$_pkgname-$pkgver + python2 setup.py install --root=$pkgdir +}
\ No newline at end of file |