util-linux: update to 2.21.
This commit is contained in:
parent
4c3f3a61aa
commit
797df3774b
|
@ -1,6 +1,5 @@
|
|||
# Template file for 'libblkid'.
|
||||
#
|
||||
revision=2
|
||||
short_desc="Library to handle device identification"
|
||||
long_desc="
|
||||
The libblkid package contains a library to handle device identification
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
# Template file for 'libmount'.
|
||||
#
|
||||
revision=2
|
||||
short_desc="A mount(8) library"
|
||||
long_desc="
|
||||
This NEW LIBRARY is designed to be used in low-level utils like
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
# Template file for 'libuuid'.
|
||||
#
|
||||
revision=3
|
||||
short_desc="UUID library"
|
||||
long_desc="
|
||||
libuuid generates and parses 128-bit universally unique id's (UUIDs).
|
||||
|
|
|
@ -1,13 +1,12 @@
|
|||
# Template file for 'util-linux'
|
||||
pkgname=util-linux
|
||||
version=2.20.1
|
||||
revision=3
|
||||
distfiles="${KERNEL_SITE}/utils/${pkgname}/v2.20/${pkgname}-${version}.tar.bz2"
|
||||
version=2.21
|
||||
distfiles="${KERNEL_SITE}/utils/${pkgname}/v2.21/${pkgname}-${version}.tar.xz"
|
||||
short_desc="Miscellaneous linux utilities"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://userweb.kernel.org/~kzak/util-linux-ng"
|
||||
license="GPL-2"
|
||||
checksum=d16ebcda3e64ab88ed363d9c1242cdb7ccfd5e1f56c83d0c3b0638c23793bbe0
|
||||
checksum=5192e8ba7dcf3cf0dc447f07b3d177f6cb3fb49dfae54ac45d6c8c7d86eeab0f
|
||||
long_desc="
|
||||
The ${pkgname} package contains miscellaneous utility programs. Among
|
||||
them are utilities for handling file systems, consoles, partitions,
|
||||
|
@ -42,8 +41,4 @@ do_build() {
|
|||
|
||||
do_install() {
|
||||
make DESTDIR=${DESTDIR} install
|
||||
# Move logger to /bin.
|
||||
vmkdir bin
|
||||
mv ${DESTDIR}/usr/bin/logger ${DESTDIR}/bin
|
||||
vmkdir var/lib/hwclock
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue