From 168bc56a766049485faf3805b48d42fbf4145a8c Mon Sep 17 00:00:00 2001 From: Matt Smith Date: Tue, 29 Mar 2011 23:38:12 -0500 Subject: main/duplicity: moved from testing --- main/duplicity/APKBUILD | 33 +++++++++++++++++++++++++++++++++ testing/duplicity/APKBUILD | 33 --------------------------------- 2 files changed, 33 insertions(+), 33 deletions(-) create mode 100644 main/duplicity/APKBUILD delete mode 100644 testing/duplicity/APKBUILD diff --git a/main/duplicity/APKBUILD b/main/duplicity/APKBUILD new file mode 100644 index 0000000000..2562ee2d40 --- /dev/null +++ b/main/duplicity/APKBUILD @@ -0,0 +1,33 @@ +# Contributor: Matt Smith +# Maintainer: Matt Smith +pkgname=duplicity +pkgver=0.6.12 +pkgrel=0 +pkgdesc="Encrypted bandwidth-efficient backup using the rsync algorithm" +url="http://duplicity.nongnu.org/" +arch="all" +license="GPL" +depends="python py-boto ncftp librsync gnupg" +makedepends="wget python-dev py-setuptools librsync-dev" +install= +subpackages="$pkgname-doc" +source="https://code.launchpad.net/$pkgname/${pkgver:0:3}-series/$pkgver/+download/$pkgname-$pkgver.tar.gz" + +_builddir="$srcdir"/$pkgname-$pkgver + +prepare() { + cd "$_builddir" + # apply patches here +} + +build() { + cd "$_builddir" + python setup.py build || return 1 +} + +package() { + cd "$_builddir" + python setup.py install --root "$pkgdir" +} + +md5sums="9b84c984054550bbb2ba29b553567b7b duplicity-0.6.12.tar.gz" diff --git a/testing/duplicity/APKBUILD b/testing/duplicity/APKBUILD deleted file mode 100644 index 2562ee2d40..0000000000 --- a/testing/duplicity/APKBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# Contributor: Matt Smith -# Maintainer: Matt Smith -pkgname=duplicity -pkgver=0.6.12 -pkgrel=0 -pkgdesc="Encrypted bandwidth-efficient backup using the rsync algorithm" -url="http://duplicity.nongnu.org/" -arch="all" -license="GPL" -depends="python py-boto ncftp librsync gnupg" -makedepends="wget python-dev py-setuptools librsync-dev" -install= -subpackages="$pkgname-doc" -source="https://code.launchpad.net/$pkgname/${pkgver:0:3}-series/$pkgver/+download/$pkgname-$pkgver.tar.gz" - -_builddir="$srcdir"/$pkgname-$pkgver - -prepare() { - cd "$_builddir" - # apply patches here -} - -build() { - cd "$_builddir" - python setup.py build || return 1 -} - -package() { - cd "$_builddir" - python setup.py install --root "$pkgdir" -} - -md5sums="9b84c984054550bbb2ba29b553567b7b duplicity-0.6.12.tar.gz" -- cgit v1.2.3