zpaq: update to 7.13.
Fix PIE. Adopted.
This commit is contained in:
parent
10bf0ba049
commit
d0b1fcdcd1
1 changed files with 4 additions and 4 deletions
|
@ -1,19 +1,19 @@
|
||||||
# template for 'zpaq'
|
# template for 'zpaq'
|
||||||
pkgname=zpaq
|
pkgname=zpaq
|
||||||
version=7.11
|
version=7.13
|
||||||
revision=1
|
revision=1
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
short_desc="Incremental Journaling Backup Utility and Archiver"
|
short_desc="Incremental Journaling Backup Utility and Archiver"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="unzip perl"
|
hostmakedepends="unzip perl"
|
||||||
maintainer="necrophcodr <necrophcodr@necrophcodr.me>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
homepage="http://mattmahoney.net/dc/zpaq.html"
|
homepage="http://mattmahoney.net/dc/zpaq.html"
|
||||||
distfiles="http://mattmahoney.net/dc/zpaq${version//\./}.zip"
|
distfiles="http://mattmahoney.net/dc/zpaq${version//\./}.zip"
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
checksum=4e7725a5b64464f89d40cd2b320877a0049fd8e8d90fbcd6eda2c23c6c4f6a4f
|
checksum=9120cf4fb1afdecea3ac4f690d7b0577f7cb004ca6b152856edd8ac444f0d919
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
$CXX $CFLAGS -Dunix zpaq.cpp libzpaq.cpp -pthread -o zpaq
|
${CXX} ${CFLAGS} zpaq.cpp libzpaq.cpp -pthread -o zpaq ${LDFLAGS}
|
||||||
pod2man zpaq.pod > zpaq.1
|
pod2man zpaq.pod > zpaq.1
|
||||||
}
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue