void-packages/srcpkgs/bup/template

19 lines
526 B
Bash
Raw Normal View History

2014-03-04 16:32:57 +01:00
# Template file for 'bup'
pkgname=bup
2016-06-13 22:15:04 +02:00
version=0.28.1
2016-05-21 09:45:56 +02:00
revision=1
2014-03-04 16:32:57 +01:00
build_style=configure
2014-09-08 11:49:31 +02:00
hostmakedepends="python perl git"
2014-03-04 16:32:57 +01:00
makedepends="python-devel"
2015-04-27 09:59:03 +02:00
short_desc="Backup system based on the git packfile format"
maintainer="Enno Boland <gottox@voidlinux.eu>"
2014-03-04 16:32:57 +01:00
license="LGPL-2"
homepage="https://github.com/bup/bup"
2014-09-08 11:49:31 +02:00
distfiles="https://github.com/bup/bup/archive/${version}.tar.gz"
2016-06-13 22:15:04 +02:00
checksum=fd962dbdade1b8ea257ac0e95d771ba11e6da4ef6f8ca6bee498a5b1bce8c817
2016-03-01 06:52:45 +01:00
nocross=yes
2016-05-25 17:03:57 +02:00
pre_configure() {
sed -i 's#^PREFIX=.*#PREFIX=/usr#' Makefile
}