chroot-util-linux: update to 2.24.1 (previous distfile is gone).
This commit is contained in:
parent
4a91e834fa
commit
5e299c57ed
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'chroot-util-linux'
|
# Template file for 'chroot-util-linux'
|
||||||
pkgname=chroot-util-linux
|
pkgname=chroot-util-linux
|
||||||
version=2.24
|
version=2.24.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname/chroot-/}-${version}"
|
wrksrc="${pkgname/chroot-/}-${version}"
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
|
@ -17,8 +17,8 @@ short_desc="Miscellaneous linux utilities -- for xbps-src use"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://userweb.kernel.org/~kzak/util-linux-ng"
|
homepage="http://userweb.kernel.org/~kzak/util-linux-ng"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="${KERNEL_SITE}/utils/util-linux/v2.21/util-linux-${version}.tar.xz"
|
distfiles="${KERNEL_SITE}/utils/util-linux/v${version%.*}/util-linux-${version}.tar.xz"
|
||||||
checksum=30add9a8869cef9e5a76755214f074689b6294cea63f4569711faeb099aecc06
|
checksum=835eb6232cfab0118ef2e4fd649de0ba9f5bd1b8cbf9a7d4d84594541dec8410
|
||||||
|
|
||||||
if [ -z "$CHROOT_READY" ]; then
|
if [ -z "$CHROOT_READY" ]; then
|
||||||
CFLAGS+=" -I${XBPS_MASTERDIR}/usr/include"
|
CFLAGS+=" -I${XBPS_MASTERDIR}/usr/include"
|
||||||
|
|
Loading…
Reference in New Issue