util-linux: switch to /usr.
This commit is contained in:
parent
f8fc1976d3
commit
957dfb6387
1 changed files with 3 additions and 3 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'util-linux'
|
# Template file for 'util-linux'
|
||||||
pkgname=util-linux
|
pkgname=util-linux
|
||||||
version=2.21.2
|
version=2.21.2
|
||||||
distfiles="${KERNEL_SITE}/utils/${pkgname}/v2.21/${pkgname}-${version}.tar.xz"
|
revision=2
|
||||||
depends="coreutils shadow"
|
depends="coreutils shadow"
|
||||||
makedepends="pkg-config zlib-devel ncurses-devel"
|
makedepends="pkg-config zlib-devel ncurses-devel"
|
||||||
replaces="util-linux-ng>=0 e2fsprogs<=1.41.14_1"
|
replaces="util-linux-ng>=0 e2fsprogs<=1.41.14_1"
|
||||||
subpackages="libmount libmount-devel libblkid libblkid-devel libuuid libuuid-devel"
|
subpackages="libmount libmount-devel libblkid libblkid-devel libuuid libuuid-devel"
|
||||||
make_dirs="/var/lib/hwclock 0755 0 0"
|
make_dirs="/var/lib/hwclock 0755 0 0"
|
||||||
revision=1
|
|
||||||
short_desc="Miscellaneous linux utilities"
|
short_desc="Miscellaneous linux utilities"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://userweb.kernel.org/~kzak/util-linux-ng"
|
homepage="http://userweb.kernel.org/~kzak/util-linux-ng"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
distfiles="${KERNEL_SITE}/utils/${pkgname}/v2.21/${pkgname}-${version}.tar.xz"
|
||||||
checksum=39b25765a02385dc73580ab5edc3c5a2cecd03c92b42e41b03fd037b1c7cefe6
|
checksum=39b25765a02385dc73580ab5edc3c5a2cecd03c92b42e41b03fd037b1c7cefe6
|
||||||
long_desc="
|
long_desc="
|
||||||
The ${pkgname} package contains miscellaneous utility programs. Among
|
The ${pkgname} package contains miscellaneous utility programs. Among
|
||||||
|
@ -19,7 +19,7 @@ long_desc="
|
||||||
and messages."
|
and messages."
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
./configure ${CONFIGURE_SHARED_ARGS} \
|
./configure ${CONFIGURE_SHARED_ARGS} --bindir=/usr/bin --sbindir=/usr/sbin \
|
||||||
--libdir=/usr/lib --libexecdir=/usr/lib --without-udev \
|
--libdir=/usr/lib --libexecdir=/usr/lib --without-udev \
|
||||||
--enable-partx --enable-write --enable-new-mount \
|
--enable-partx --enable-write --enable-new-mount \
|
||||||
--enable-libuuid --disable-makeinstall-chown \
|
--enable-libuuid --disable-makeinstall-chown \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue