mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
vile: rebuild for libxcrypt
This commit is contained in:
parent
b39c3c71c2
commit
5d0e2d982f
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'vile'
|
# Template file for 'vile'
|
||||||
pkgname=vile
|
pkgname=vile
|
||||||
version=9.8x
|
version=9.8x
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-stripping"
|
configure_args="--disable-stripping"
|
||||||
hostmakedepends="flex"
|
hostmakedepends="flex"
|
||||||
|
@ -14,6 +14,10 @@ changelog="https://invisible-island.net/vile/CHANGES.html"
|
||||||
distfiles="https://invisible-mirror.net/archives/vile/current/vile-${version}.tgz"
|
distfiles="https://invisible-mirror.net/archives/vile/current/vile-${version}.tgz"
|
||||||
checksum=8fe0dfa60179d4b7dd2750f116cd4396d4cd3e07d8a54d142a36c84f4a82feef
|
checksum=8fe0dfa60179d4b7dd2750f116cd4396d4cd3e07d8a54d142a36c84f4a82feef
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||||
|
makedepends+=" libxcrypt-devel"
|
||||||
|
fi
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
vsed -e 's/\[\[//g' -i filters/sh-filt.l
|
vsed -e 's/\[\[//g' -i filters/sh-filt.l
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue