parent
81d1c64a2b
commit
2e4c514602
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'duplicity'
|
# Template file for 'duplicity'
|
||||||
pkgname=duplicity
|
pkgname=duplicity
|
||||||
version=0.7.07.1
|
version=0.7.07.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style="python-module"
|
build_style="python-module"
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
makedepends="python-devel librsync-devel"
|
makedepends="python-devel librsync-devel"
|
||||||
|
@ -14,6 +14,9 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
distfiles="http://code.launchpad.net/duplicity/${version%.*.*}-series/${version}/+download/duplicity-${version}.tar.gz"
|
distfiles="http://code.launchpad.net/duplicity/${version%.*.*}-series/${version}/+download/duplicity-${version}.tar.gz"
|
||||||
checksum=594c6d0e723e56f8a7114d57811c613622d535cafdef4a3643a4d4c89c1904f8
|
checksum=594c6d0e723e56f8a7114d57811c613622d535cafdef4a3643a4d4c89c1904f8
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
chmod 0644 bin/*.1
|
||||||
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
# drop doc
|
# drop doc
|
||||||
rm -rf ${DESTDIR}/usr/share/doc
|
rm -rf ${DESTDIR}/usr/share/doc
|
||||||
|
|
Loading…
Reference in New Issue