mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-09 14:22:57 +02:00
xdelta3: update to 3.1.0
This commit is contained in:
parent
7dd4a4081b
commit
58466ecbfc
2 changed files with 11 additions and 14 deletions
|
@ -1,11 +0,0 @@
|
||||||
--- Makefile.in.orig 2013-05-17 06:48:20.607147825 +0200
|
|
||||||
+++ Makefile.in 2013-05-17 06:49:28.438511555 +0200
|
|
||||||
@@ -49,7 +49,7 @@ NORMAL_UNINSTALL = :
|
|
||||||
PRE_UNINSTALL = :
|
|
||||||
POST_UNINSTALL = :
|
|
||||||
bin_PROGRAMS = xdelta3$(EXEEXT)
|
|
||||||
-noinst_PROGRAMS = xdelta3regtest$(EXEEXT) xdelta3decode$(EXEEXT)
|
|
||||||
+noinst_PROGRAMS = xdelta3decode$(EXEEXT)
|
|
||||||
@DEBUG_SYMBOLS_TRUE@am__append_1 = -g
|
|
||||||
subdir = .
|
|
||||||
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
|
|
|
@ -1,12 +1,20 @@
|
||||||
# Template file for 'xdelta3'
|
# Template file for 'xdelta3'
|
||||||
pkgname=xdelta3
|
pkgname=xdelta3
|
||||||
version=3.0.11
|
version=3.1.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="liblzma-devel"
|
makedepends="liblzma-devel"
|
||||||
short_desc="Delta/differential compression tools, VCDIFF/RFC 3284 delta compression"
|
short_desc="Delta/differential compression tools, VCDIFF/RFC 3284 delta compression"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://xdelta.org"
|
homepage="http://xdelta.org"
|
||||||
distfiles="https://github.com/jmacd/xdelta-devel/releases/download/v$version/$pkgname-$version.tar.gz"
|
distfiles="https://github.com/jmacd/xdelta-devel/releases/download/v$version/$pkgname-$version.tar.gz"
|
||||||
checksum=0ccc9751ceaa4d90d6b06938a4deddb481816f5d9284bd07d2e728609cb300aa
|
checksum=114543336ab6cee3764e3c03202701ef79d7e5e8e4863fe64811e4d9e61884dc
|
||||||
|
|
||||||
|
case "${XBPS_TARGET_MACHINE}" in
|
||||||
|
aarch64) LDFLAGS="-Wl,-znotext";;
|
||||||
|
esac
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
sed -i 's|xdelta3regtest||' Makefile.in
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue