2011-01-11 14:46:12 +01:00
|
|
|
# Template file for 'util-linux'
|
|
|
|
pkgname=util-linux
|
2012-05-27 20:40:57 +02:00
|
|
|
version=2.21.2
|
2012-07-09 15:44:24 +02:00
|
|
|
revision=2
|
2012-05-23 18:26:56 +02:00
|
|
|
depends="coreutils shadow"
|
|
|
|
makedepends="pkg-config zlib-devel ncurses-devel"
|
2012-05-27 20:40:57 +02:00
|
|
|
replaces="util-linux-ng>=0 e2fsprogs<=1.41.14_1"
|
|
|
|
subpackages="libmount libmount-devel libblkid libblkid-devel libuuid libuuid-devel"
|
|
|
|
make_dirs="/var/lib/hwclock 0755 0 0"
|
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-07-09 15:44:24 +02:00
|
|
|
distfiles="${KERNEL_SITE}/utils/${pkgname}/v2.21/${pkgname}-${version}.tar.xz"
|
2012-05-27 20:40:57 +02:00
|
|
|
checksum=39b25765a02385dc73580ab5edc3c5a2cecd03c92b42e41b03fd037b1c7cefe6
|
2008-10-31 02:09:14 +01:00
|
|
|
long_desc="
|
2011-01-11 14:46:12 +01:00
|
|
|
The ${pkgname} package contains miscellaneous utility programs. Among
|
2008-10-31 02:09:14 +01:00
|
|
|
them are utilities for handling file systems, consoles, partitions,
|
|
|
|
and messages."
|
|
|
|
|
2012-01-23 11:04:59 +01:00
|
|
|
do_configure() {
|
2012-07-09 15:44:24 +02:00
|
|
|
./configure ${CONFIGURE_SHARED_ARGS} --bindir=/usr/bin --sbindir=/usr/sbin \
|
2012-05-27 20:40:57 +02:00
|
|
|
--libdir=/usr/lib --libexecdir=/usr/lib --without-udev \
|
|
|
|
--enable-partx --enable-write --enable-new-mount \
|
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-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-10-10 23:00:02 +02:00
|
|
|
sed -e 's%etc/adjtime%var/lib/hwclock/adjtime%' -i include/pathnames.h
|
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-05-27 20:40:57 +02:00
|
|
|
# Remove obsolete chkdupexec
|
|
|
|
rm -f ${DESTDIR}/usr/bin/chkdupexe
|
|
|
|
rm -f ${DESTDIR}/usr/share/man/man1/chkdupexe.1
|
2008-10-31 02:09:14 +01:00
|
|
|
}
|