aboutsummaryrefslogtreecommitdiffstats
path: root/main/obnam/APKBUILD
blob: d4c7d48952b3f67d9bb6d973f620fc99ca72b860 (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
# Maintainer: Eivind Uggedal <eivind@uggedal.com>
pkgname=obnam
pkgver=1.17
pkgrel=0
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.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="205c4ef9155cd6651dad1cfe6625d0b5  obnam_1.17.orig.tar.xz"
sha256sums="7bcc543828e8615d0ff0e85f31334eac5d11b3fe38e885d52f3ba97c80a20106  obnam_1.17.orig.tar.xz"
sha512sums="3362082c0c35a7ddaca47f7de1b15f50f43ac0f5d306f0bd6f4004318ab232c646f14537d6165f697deb85007873d5392d2b648f18e6f7775d7e2929e652e57a  obnam_1.17.orig.tar.xz"