lrzip: update to 0.650.
* enable ASM for x86 * liblrzip is deprecated
This commit is contained in:
parent
90ed79a4aa
commit
21e3854774
4 changed files with 13 additions and 20 deletions
|
@ -1 +0,0 @@
|
||||||
lrzip
|
|
|
@ -1 +0,0 @@
|
||||||
lrzip
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'lrzip'
|
# Template file for 'lrzip'
|
||||||
pkgname=lrzip
|
pkgname=lrzip
|
||||||
version=0.641
|
version=0.650
|
||||||
revision=1
|
revision=1
|
||||||
build_style="gnu-configure"
|
build_style="gnu-configure"
|
||||||
hostmakedepends="perl automake libtool"
|
hostmakedepends="perl automake libtool"
|
||||||
|
@ -10,25 +10,18 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://lrzip.kolivas.org/"
|
homepage="http://lrzip.kolivas.org/"
|
||||||
distfiles="https://github.com/ckolivas/lrzip/archive/v${version}.tar.gz"
|
distfiles="https://github.com/ckolivas/lrzip/archive/v${version}.tar.gz"
|
||||||
checksum=9b6b4bb1ae76dafbaab96ec9d50d41af5fed45a6c4f2e06feea828c2cd8025c0
|
checksum=e07b2b3511689e4aaf7404d289feba5d9d6e1170c448f85e393a11249502dd66
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
i686*|x86_64*) hostmakedepends+=" nasm";;
|
||||||
|
esac
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
}
|
}
|
||||||
|
|
||||||
lrzip-devel_package() {
|
# The library is deprecated as of lrzip 0.650.
|
||||||
short_desc+=" - development files"
|
post_install() {
|
||||||
depends="liblrzip-${version}_${revision}"
|
rm -f ${DESTDIR}/usr/include/Lrzip.h
|
||||||
pkg_install() {
|
rm -f ${DESTDIR}/usr/lib/pkgconfig/lrzip.pc
|
||||||
vmove usr/include
|
|
||||||
vmove usr/lib/pkgconfig
|
|
||||||
vmove "usr/lib/*.a"
|
|
||||||
vmove "usr/lib/*.so"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
liblrzip_package() {
|
|
||||||
short_desc+=" - runtime library"
|
|
||||||
pkg_install() {
|
|
||||||
vmove "usr/lib/*.so.*"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'removed-packages'
|
# Template file for 'removed-packages'
|
||||||
pkgname=removed-packages
|
pkgname=removed-packages
|
||||||
version=0.1
|
version=0.1
|
||||||
revision=65
|
revision=66
|
||||||
build_style=meta
|
build_style=meta
|
||||||
short_desc="Uninstalls packages removed from repository"
|
short_desc="Uninstalls packages removed from repository"
|
||||||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||||
|
@ -211,6 +211,7 @@ replaces="
|
||||||
libgksu<=2.0.12_5
|
libgksu<=2.0.12_5
|
||||||
libglib-static<=2.58.3_5
|
libglib-static<=2.58.3_5
|
||||||
libgtkhtml<=4.10.0_1
|
libgtkhtml<=4.10.0_1
|
||||||
|
liblrzip<=0.641_1
|
||||||
libmagick6-devel<=6.9.12.12_2
|
libmagick6-devel<=6.9.12.12_2
|
||||||
libmagick6-perl<=6.9.12.12_2
|
libmagick6-perl<=6.9.12.12_2
|
||||||
libmagick6<=6.9.12.12_2
|
libmagick6<=6.9.12.12_2
|
||||||
|
@ -228,6 +229,7 @@ replaces="
|
||||||
livewallpaper<=0.5.0_2
|
livewallpaper<=0.5.0_2
|
||||||
llvm3.9<=3.9.1_5
|
llvm3.9<=3.9.1_5
|
||||||
lprng<=3.8.C_1
|
lprng<=3.8.C_1
|
||||||
|
lrzip-devel<=0.641_1
|
||||||
ls++-git<=20140919_3
|
ls++-git<=20140919_3
|
||||||
luxmark<=3.1_9
|
luxmark<=3.1_9
|
||||||
luxrays-devel<=3.1_18
|
luxrays-devel<=3.1_18
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue