2011-01-11 14:46:12 +01:00
|
|
|
# Template file for 'util-linux'
|
|
|
|
pkgname=util-linux
|
2012-12-14 01:47:52 +01:00
|
|
|
version=2.22.2
|
2013-02-20 11:52:56 +01:00
|
|
|
revision=7
|
2012-05-27 20:40:57 +02:00
|
|
|
subpackages="libmount libmount-devel libblkid libblkid-devel libuuid libuuid-devel"
|
2008-10-31 02:09:14 +01:00
|
|
|
short_desc="Miscellaneous linux utilities"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-08-30 09:37:43 +02:00
|
|
|
homepage="http://userweb.kernel.org/~kzak/util-linux-ng"
|
|
|
|
license="GPL-2"
|
2012-09-05 07:02:19 +02:00
|
|
|
distfiles="${KERNEL_SITE}/utils/${pkgname}/v2.22/${pkgname}-${version}.tar.xz"
|
2012-12-14 01:47:52 +01:00
|
|
|
checksum=929b517fa39b16a61ec536514e08940a381b92befc629d0348e3097920dd2f12
|
2008-10-31 02:09:14 +01:00
|
|
|
|
2013-02-20 11:52:56 +01:00
|
|
|
conflicts="chroot-util-linux>=0 coreutils<8.21_3"
|
|
|
|
depends="coreutils shadow>=4.1.5.1_3"
|
2013-03-24 10:21:58 +01:00
|
|
|
hostmakedepends="pkg-config"
|
|
|
|
makedepends="zlib-devel ncurses-devel pam-devel>=1.1.6_3"
|
2013-02-20 11:52:56 +01:00
|
|
|
replaces="util-linux-ng>=0 e2fsprogs<=1.41.14_1 eject>=0 shadow<4.1.5.1_3"
|
|
|
|
provides="eject-${version}"
|
|
|
|
|
2012-08-16 18:26:22 +02:00
|
|
|
# Create uuidd system account for uuidd.
|
|
|
|
system_accounts="uuidd"
|
|
|
|
uuidd_homedir="/run/uuidd"
|
2012-07-27 11:29:42 +02:00
|
|
|
systemd_services="uuidd.socket on"
|
2012-07-27 11:16:29 +02:00
|
|
|
|
|
|
|
conf_files="
|
|
|
|
/etc/pam.d/chfn
|
|
|
|
/etc/pam.d/chsh
|
|
|
|
/etc/pam.d/su
|
2012-12-19 14:49:46 +01:00
|
|
|
/etc/pam.d/su-l
|
2012-07-27 11:16:29 +02:00
|
|
|
/etc/pam.d/login"
|
|
|
|
|
2013-04-09 00:10:09 +02:00
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
|
|
hostmakedepends+=" libtool automake gettext-devel"
|
2013-02-08 13:15:23 +01:00
|
|
|
pre_configure() {
|
|
|
|
./autogen.sh
|
|
|
|
}
|
|
|
|
fi
|
|
|
|
|
2012-01-23 11:04:59 +01:00
|
|
|
do_configure() {
|
2013-02-08 13:15:23 +01:00
|
|
|
./configure ${CONFIGURE_SHARED_ARGS} \
|
|
|
|
--exec-prefix=/usr --libdir=/usr/lib \
|
2012-07-27 11:16:29 +02:00
|
|
|
--bindir=/usr/bin --sbindir=/usr/sbin \
|
2011-07-03 00:24:33 +02:00
|
|
|
--enable-libuuid --disable-makeinstall-chown \
|
2011-10-10 23:00:02 +02:00
|
|
|
--enable-libblkid --enable-fsck --disable-rpath \
|
2012-02-29 11:51:35 +01:00
|
|
|
--enable-fs-paths-extra=/usr/sbin:/usr/bin \
|
2012-07-27 11:16:29 +02:00
|
|
|
--enable-vipw --enable-newgrp --enable-chfn-chsh \
|
|
|
|
--with-systemdsystemunitdir=/usr/lib/systemd/system \
|
2013-02-20 11:52:56 +01:00
|
|
|
--without-udev --enable-write \
|
2013-03-24 10:21:58 +01:00
|
|
|
--enable-socket-activation --disable-static \
|
2012-01-23 11:04:59 +01:00
|
|
|
SUID_CFLAGS="-fPIE" SUID_LDFLAGS="-pie"
|
2011-10-10 23:00:02 +02:00
|
|
|
}
|
2011-07-03 00:24:33 +02:00
|
|
|
|
2012-01-23 11:04:59 +01:00
|
|
|
do_build() {
|
2011-07-03 00:24:33 +02:00
|
|
|
make ${makejobs}
|
2009-03-05 04:24:00 +01:00
|
|
|
}
|
|
|
|
|
2012-01-23 11:04:59 +01:00
|
|
|
do_install() {
|
2011-07-03 00:24:33 +02:00
|
|
|
make DESTDIR=${DESTDIR} install
|
2012-07-27 11:16:29 +02:00
|
|
|
|
2012-12-19 14:49:46 +01:00
|
|
|
# Correct perms for newgrp, chfn, chsh, wall and write.
|
|
|
|
chmod u+s $DESTDIR/usr/bin/{newgrp,chsh,chfn}
|
|
|
|
|
2012-07-27 11:16:29 +02:00
|
|
|
# pam login utils.
|
|
|
|
vinstall $FILESDIR/login.pam 644 etc/pam.d login
|
|
|
|
vinstall $FILESDIR/su.pam 644 etc/pam.d su
|
2012-12-19 14:49:46 +01:00
|
|
|
vinstall $FILESDIR/su.pam 644 etc/pam.d su-l
|
2012-07-27 11:16:29 +02:00
|
|
|
vinstall $FILESDIR/common.pam 644 etc/pam.d chfn
|
|
|
|
vinstall $FILESDIR/common.pam 644 etc/pam.d chsh
|
2012-07-27 11:29:42 +02:00
|
|
|
|
|
|
|
# Provide sg(1) symlink.
|
2012-12-19 14:49:46 +01:00
|
|
|
ln -sfr ${DESTDIR}/usr/bin/newgrp ${DESTDIR}/usr/bin/sg
|
2008-10-31 02:09:14 +01:00
|
|
|
}
|