2008-10-31 01:09:14 +00:00
|
|
|
# Template file for 'util-linux-ng'
|
|
|
|
pkgname=util-linux-ng
|
2009-02-19 01:04:29 +00:00
|
|
|
version=2.14.2
|
2008-10-31 01:09:14 +00:00
|
|
|
distfiles="http://www.kernel.org/pub/linux/utils/$pkgname/v2.14/$pkgname-$version.tar.bz2"
|
|
|
|
build_style=gnu_configure
|
2008-12-16 04:48:27 +00:00
|
|
|
configure_args="--enable-partx --disable-wall --enable-write
|
|
|
|
--infodir=/usr/share/info --mandir=/usr/share/man"
|
|
|
|
make_install_target="DESTDIR=$XBPS_DESTDIR/$pkgname-$version install"
|
2008-10-31 01:09:14 +00:00
|
|
|
short_desc="Miscellaneous linux utilities"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-02-19 01:04:29 +00:00
|
|
|
checksum=108e63e9a007f6a8c0eff841dd38e0fe3b635c98b35bfac2d89b4b1a1ce0630e
|
2008-10-31 01:09:14 +00:00
|
|
|
long_desc="
|
|
|
|
The util-linux-ng package contains miscellaneous utility programs. Among
|
|
|
|
them are utilities for handling file systems, consoles, partitions,
|
|
|
|
and messages."
|
|
|
|
|
|
|
|
build_depends="e2fsprogs-1.41.3"
|
|
|
|
run_depends="glibc-2.8 $build_depends"
|
|
|
|
|
|
|
|
post_install()
|
|
|
|
{
|
|
|
|
local destdir=$XBPS_DESTDIR/$pkgname-$version
|
|
|
|
|
|
|
|
# Move logger to /bin.
|
|
|
|
install -d -m 755 ${destdir}/bin
|
|
|
|
mv ${destdir}/usr/bin/logger ${destdir}/bin
|
|
|
|
}
|