summaryrefslogtreecommitdiffstats
path: root/community/obnam/APKBUILD
blob: 0f6b0c8057601d462686402890fd93e205754930 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: Eivind Uggedal <eivind@uggedal.com>
pkgname=obnam
pkgver=1.19.1
pkgrel=0
pkgdesc="A backup program that supports encryption and deduplication"
url="http://obnam.org/"
arch="all"
license="GPL3+"
depends="python2 py-larch py-paramiko py-fuse py-enum34 py-six py-asn1-modules"
depends_dev=""
makedepends="python2-dev py-setuptools"
install=""
subpackages="$pkgname-doc"
source="http://code.liw.fi/debian/pool/main/o/$pkgname/${pkgname}_$pkgver.orig.tar.xz"

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="cdb5f43419f987939ad4e0804986ec08  obnam_1.19.1.orig.tar.xz"
sha256sums="0c37c7407b765eddc0379bfe1ed62540fed332f602d57f32aa3b31f1f75aca24  obnam_1.19.1.orig.tar.xz"
sha512sums="530041cc9f1cd7348db75295ed6cba4379ba77a2bb5cd6cf6a65e0026b038b5fa9a3486631c7e115cb4718910f90d4cc79eaa26e2fe7e5b2ea9ae2bed55b41b7  obnam_1.19.1.orig.tar.xz"