~alpine/devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[alpine-devel] [PATCH] testing/rdiff-backup: new aport

Jeremy Thomerson <jeremy@thomersonfamily.com>
Details
Message ID
<1287674114-21528-1-git-send-email-jeremy@thomersonfamily.com>
Sender timestamp
1287674114
DKIM signature
missing
Download raw message
Patch: +26 -0
---
 testing/rdiff-backup/APKBUILD |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)
 create mode 100644 testing/rdiff-backup/APKBUILD

diff --git a/testing/rdiff-backup/APKBUILD b/testing/rdiff-backup/APKBUILD
new file mode 100644
index 0000000..6fcabd7
--- /dev/null
+++ b/testing/rdiff-backup/APKBUILD
@@ -0,0 +1,26 @@
# Contributor: Jeremy Thomerson <jeremy@thomersonfamily.com>
# Maintainer: Jeremy Thomerson <jeremy@thomersonfamily.com>
pkgname=rdiff-backup
pkgver=1.2.8
pkgrel=0
pkgdesc="A backup utility that maintains extra reverse diffs so that files can be restored from previous backups."
url="http://www.gnu.org/savannah-checkouts/non-gnu/rdiff-backup/"
license="GPL"
depends="python"
makedepends="librsync-dev python-dev"
subpackages="$pkgname-doc"
source="http://savannah.nongnu.org/download/rdiff-backup/$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="1a94dc537fcf74d6a3a80bd27808e77b  rdiff-backup-1.2.8.tar.gz"
-- 
1.7.3.1



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)