util-linux: rebuild to drop compressed manpages.
This commit is contained in:
parent
c384980eb4
commit
ca2e0135ce
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'util-linux'
|
# Template file for 'util-linux'
|
||||||
pkgname=util-linux
|
pkgname=util-linux
|
||||||
version=2.24.1
|
version=2.24.1
|
||||||
revision=2
|
revision=3
|
||||||
short_desc="Miscellaneous linux utilities"
|
short_desc="Miscellaneous linux utilities"
|
||||||
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"
|
||||||
|
@ -11,7 +11,6 @@ checksum=835eb6232cfab0118ef2e4fd649de0ba9f5bd1b8cbf9a7d4d84594541dec8410
|
||||||
|
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="zlib-devel ncurses-devel pam-devel>=1.1.6_3 libcap-ng-devel"
|
makedepends="zlib-devel ncurses-devel pam-devel>=1.1.6_3 libcap-ng-devel"
|
||||||
depends="coreutils shadow>=4.1.5.1_3"
|
|
||||||
# Create uuidd system account for uuidd.
|
# Create uuidd system account for uuidd.
|
||||||
system_accounts="uuidd"
|
system_accounts="uuidd"
|
||||||
uuidd_homedir="/run/uuidd"
|
uuidd_homedir="/run/uuidd"
|
||||||
|
@ -24,7 +23,7 @@ conf_files="
|
||||||
/etc/pam.d/login"
|
/etc/pam.d/login"
|
||||||
conflicts="chroot-util-linux>=0 coreutils<8.21_3 shadow<4.1.5.1_14"
|
conflicts="chroot-util-linux>=0 coreutils<8.21_3 shadow<4.1.5.1_14"
|
||||||
replaces="util-linux-ng>=0 e2fsprogs<=1.41.14_1 eject>=0 shadow<4.1.5.1_3"
|
replaces="util-linux-ng>=0 e2fsprogs<=1.41.14_1 eject>=0 shadow<4.1.5.1_3"
|
||||||
provides="eject-${version}"
|
provides="eject-${version}_1"
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" libtool"
|
hostmakedepends+=" libtool"
|
||||||
|
|
Loading…
Reference in New Issue