diff options
author | Eivind Uggedal <eivind@uggedal.com> | 2014-07-31 06:23:58 +0000 |
---|---|---|
committer | Eivind Uggedal <eivind@uggedal.com> | 2014-07-31 06:24:11 +0000 |
commit | c7074f3b7bba871deb48328cd921c837e6cf4074 (patch) | |
tree | 1671fa12fb6931c158fda0b15d26685ceddd6c7a /testing | |
parent | 2a5e1c6f66ebfc1a7ebc8f27d8037a01a86e91b1 (diff) | |
download | aports-c7074f3b7bba871deb48328cd921c837e6cf4074.tar.bz2 aports-c7074f3b7bba871deb48328cd921c837e6cf4074.tar.xz |
main/obnam: moved from testing
Diffstat (limited to 'testing')
-rw-r--r-- | testing/obnam/APKBUILD | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/testing/obnam/APKBUILD b/testing/obnam/APKBUILD deleted file mode 100644 index 9e20ab7948..0000000000 --- a/testing/obnam/APKBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# Maintainer: Eivind Uggedal <eivind@uggedal.com> -pkgname=obnam -pkgver=1.8 -pkgrel=1 -pkgdesc="A backup program that supports encryption and deduplication" -url="http://obnam.org/" -arch="all" -license="GPL3+" -depends="python py-larch py-paramiko py-fuse" -depends_dev="" -makedepends="python-dev py-setuptools" -install="" -subpackages="$pkgname-doc" -source="http://code.liw.fi/debian/pool/main/o/$pkgname/${pkgname}_$pkgver.orig.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="7838a2678f2a0d10d88247450245787f obnam_1.8.orig.tar.gz" -sha256sums="f70469c29e3d16c7080dffb433c8027ea5f2fb8f0112cd7b32b83958ccf72005 obnam_1.8.orig.tar.gz" -sha512sums="02752227eda5d73e5ad292ea2347e5c7cf1a86b7a6c08cc9f3471a3d50f2c2b181fdb326aa0bf55d920a6c5a653aa9e4a7601b895774de33dd950dec767ee9fb obnam_1.8.orig.tar.gz" |