parent
1ae3773a4c
commit
553a0ec77d
@ -1376,7 +1376,7 @@ libobjfw.so.6 objfw-0.7.1_1
|
|||||||
libphorward.so.0 libphorward-0.17_1
|
libphorward.so.0 libphorward-0.17_1
|
||||||
libusbip.so.0 libusbip-3.10_1
|
libusbip.so.0 libusbip-3.10_1
|
||||||
libcpupower.so.0 libcpupower-3.10_1
|
libcpupower.so.0 libcpupower-3.10_1
|
||||||
librsync.so.1 librsync-0.9.7_1
|
librsync.so.2 librsync-1.0.0_1
|
||||||
libserf-1.so.1 serf-1.3.6_1
|
libserf-1.so.1 serf-1.3.6_1
|
||||||
libmpdclient.so.2 libmpdclient-0.28_1
|
libmpdclient.so.2 libmpdclient-0.28_1
|
||||||
libmcrypt.so.4 libmcrypt-2.5.8_1
|
libmcrypt.so.4 libmcrypt-2.5.8_1
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'duplicity'
|
# Template file for 'duplicity'
|
||||||
pkgname=duplicity
|
pkgname=duplicity
|
||||||
version=0.7.03
|
version=0.7.03
|
||||||
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"
|
||||||
|
@ -1,17 +1,21 @@
|
|||||||
# Template file for 'librsync'
|
# Template file for 'librsync'
|
||||||
pkgname=librsync
|
pkgname=librsync
|
||||||
version=0.9.7
|
version=1.0.0
|
||||||
revision=4
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-shared"
|
configure_args="--enable-shared"
|
||||||
|
hostmakedepends="automake libtool"
|
||||||
makedepends="zlib-devel bzip2-devel popt-devel"
|
makedepends="zlib-devel bzip2-devel popt-devel"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://librsync.sourceforge.net/"
|
homepage="http://librsync.sourceforge.net/"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
short_desc="A library that implements the rsync remote-delta algorithm (rdiff)"
|
short_desc="A library that implements the rsync remote-delta algorithm (rdiff)"
|
||||||
distfiles="${SOURCEFORGE_SITE}/librsync/${version}/librsync-${version}.tar.gz"
|
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||||
checksum=6633e4605662763a03bb6388529cbdfd3b11a9ec55b8845351c1bd9a92bc41d6
|
checksum=2195998516960ce84d93f88ee3bfd92f430a16cdba4b5d34560a39fa13fcafd9
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
./autogen.sh
|
||||||
|
}
|
||||||
librsync-devel_package() {
|
librsync-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
depends="${sourcepkg}-${version}_${revision}"
|
depends="${sourcepkg}-${version}_${revision}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user