diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2012-03-03 22:59:48 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2012-03-03 22:59:48 +0000 |
commit | 9c626f95cf0f922bc937211c5d25ccf6a91ac31e (patch) | |
tree | e3e41e1fbea2a4e7bdcfe0afbd17bdd1b9119523 /trytond-product/APKBUILD | |
parent | fd5307a44b37c8c550b77dc3ac0ed5962e690a83 (diff) | |
download | scripts-9c626f95cf0f922bc937211c5d25ccf6a91ac31e.tar.bz2 scripts-9c626f95cf0f922bc937211c5d25ccf6a91ac31e.tar.xz |
Revert "Initial APKBUILD for trytond-account"
This reverts commit f8daa8f3970e5fb7317b485aeac918e8efec1ea0.
Conflicts:
trytond-company/APKBUILD
Diffstat (limited to 'trytond-product/APKBUILD')
-rw-r--r-- | trytond-product/APKBUILD | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/trytond-product/APKBUILD b/trytond-product/APKBUILD deleted file mode 100644 index a38eda8..0000000 --- a/trytond-product/APKBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# 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-product -_pkgname=trytond_product -_tryton_major=2.2 -pkgver=2.2.0 -pkgrel=0 -pkgdesc="product module for Tryton" -url="http://www.tryton.org" -arch="noarch" -license="GPL3+" -depends="trytond " -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="422fa4a33019c84ae6e94c9123c94865 trytond_product-2.2.0.tar.gz" |