aboutsummaryrefslogtreecommitdiffstats
path: root/community/obnam/APKBUILD
blob: 8965b1f8fe44109920e193dcce1558f6d55e21aa (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
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer:
pkgname=obnam
pkgver=1.22
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 py-packaging"
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"
	python2 setup.py build
}

package() {
	cd "$builddir"
	python2 setup.py install --prefix=/usr \
		--root="$pkgdir"
}

sha512sums="fe7098054d9f363fd0028c3ef374628b73cc6a204f575382dcf294804851dba8fdccfcf63c7dea42743aafc1030ecc68efed5757af72a04db847057e4475bcb3  obnam_1.22.orig.tar.xz"