util-linux: update to 2.19.1.
This commit is contained in:
parent
da20b13adb
commit
3a980fc2b4
1 changed files with 5 additions and 7 deletions
|
@ -1,18 +1,17 @@
|
||||||
# Template file for 'util-linux'
|
# Template file for 'util-linux'
|
||||||
pkgname=util-linux
|
pkgname=util-linux
|
||||||
_distver=2.19
|
_distver=2.19
|
||||||
#_patchver=rc3
|
_patchver=1
|
||||||
version=${_distver}${_patchver}
|
version=${_distver}.${_patchver}
|
||||||
revision=1
|
wrksrc=${pkgname}-${version}
|
||||||
wrksrc=${pkgname}-${_distver}
|
distfiles="${KERNEL_SITE}/utils/${pkgname}/v${_distver}/${pkgname}-${version}.tar.bz2"
|
||||||
distfiles="${KERNEL_SITE}/utils/${pkgname}-ng/v${_distver}/${pkgname}-${_distver}.tar.bz2"
|
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--enable-partx --enable-write --enable-libuuid
|
configure_args="--enable-partx --enable-write --enable-libuuid
|
||||||
--enable-libblkid --disable-fsck --disable-rpath --with-gnu-ld
|
--enable-libblkid --disable-fsck --disable-rpath --with-gnu-ld
|
||||||
--disable-makeinstall-chown"
|
--disable-makeinstall-chown"
|
||||||
short_desc="Miscellaneous linux utilities"
|
short_desc="Miscellaneous linux utilities"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=d8189ba6dfb508d5c36f50103a7b84943d893e51e6d7a314155a82f68efb33b6
|
checksum=d3eac4afcc687b3ae1ffedcab2dc12df84c7ba7045cce31386d2b7040a011c7d
|
||||||
long_desc="
|
long_desc="
|
||||||
The ${pkgname} package contains miscellaneous utility programs. Among
|
The ${pkgname} package contains miscellaneous utility programs. Among
|
||||||
them are utilities for handling file systems, consoles, partitions,
|
them are utilities for handling file systems, consoles, partitions,
|
||||||
|
@ -38,7 +37,6 @@ Add_dependency build ncurses-devel
|
||||||
|
|
||||||
post_configure()
|
post_configure()
|
||||||
{
|
{
|
||||||
cd $wrksrc
|
|
||||||
for f in $(grep -rl '/etc/adjtime' .); do
|
for f in $(grep -rl '/etc/adjtime' .); do
|
||||||
sed -i -e 's@etc/adjtime@var/lib/hwclock/adjtime@g' $f
|
sed -i -e 's@etc/adjtime@var/lib/hwclock/adjtime@g' $f
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue