X-Git-Url: http://gitweb/?a=blobdiff_plain;f=util-linux%2FPkgfile;h=e507119c2bc691fc7e1b0d0e30527a65935a1fa4;hb=140972fc5f31a21a18ef560357c31c686713de67;hp=97eb35b2b7bdbbb28004cb6d8b69245d0441efc7;hpb=a296e6b9b6f4ad71a8efc907d89a3496fbad83fc;p=ports%2Fcore-arm.git diff --git a/util-linux/Pkgfile b/util-linux/Pkgfile index 97eb35b..e507119 100644 --- a/util-linux/Pkgfile +++ b/util-linux/Pkgfile @@ -1,20 +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: eudev ncurses zlib +# Depends on: eudev file readline bzip2 xz name=util-linux -version=2.27.1 +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 \ --disable-nls \ --disable-{login,su,sulogin,nologin,runuser} \ + --disable-chfn-chsh \ --enable-{write,raw,kill} \ --without-python @@ -24,6 +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} }