X-Git-Url: http://gitweb/?a=blobdiff_plain;f=util-linux%2FPkgfile;h=e507119c2bc691fc7e1b0d0e30527a65935a1fa4;hb=140972fc5f31a21a18ef560357c31c686713de67;hp=7083ad7d7483d462388f0ce92b863e0bed75089d;hpb=50fa4f8bf2e0ec34e9bdaa1beeedc200253f9e00;p=ports%2Fcore-arm.git diff --git a/util-linux/Pkgfile b/util-linux/Pkgfile index 7083ad7..e507119 100644 --- a/util-linux/Pkgfile +++ b/util-linux/Pkgfile @@ -1,21 +1,20 @@ # Description: Miscellaneous system utilities -# URL: http://userweb.kernel.org/~kzak/util-linux/ +# URL: https://www.kernel.org/pub/linux/utils/util-linux/ # Maintainer: CRUX System Team, core-ports at crux dot nu # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu -# Depends on: ncurses zlib +# Depends on: eudev file readline bzip2 xz name=util-linux -version=2.27 +version=2.38 release=1 -source=(http://ftp.kernel.org/pub/linux/utils/$name/v2.27/$name-$version.tar.xz) +source=(https://www.kernel.org/pub/linux/utils/$name/v${version:0:4}/$name-$version.tar.xz) build() { cd $name-$version - ./configure --prefix=/usr \ - --mandir=/usr/man \ --disable-nls \ --disable-{login,su,sulogin,nologin,runuser} \ + --disable-chfn-chsh \ --enable-{write,raw,kill} \ --without-python @@ -25,7 +24,6 @@ build() { install -d $PKG/{etc,var/{lib/libuuid,run/uuidd}} touch $PKG/etc/adjtime - rm -r $PKG/usr/share + rm -r $PKG/usr/share/{doc,bash-completion} rm $PKG/sbin/{mkfs.bfs,mkfs.minix,fsck.minix} - rm $PKG/usr/man/man8/{fsck.minix,mkfs.bfs,mkfs.minix}.8 }