CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
util-linux: updated to 2.36.1
[ports/core-arm.git] / util-linux / Pkgfile
index 354f0bec20d0c3402a8a2b7bfc86acff14777c49..ecb8359d57e030dc3f7ed201bbb6659126480c7b 100644 (file)
@@ -1,13 +1,13 @@
 # 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
 
 name=util-linux
-version=2.28.1
+version=2.36.1
 release=1
-source=(http://ftp.kernel.org/pub/linux/utils/$name/v2.28/$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
@@ -15,6 +15,7 @@ build() {
   ./configure --prefix=/usr \
               --disable-nls \
               --disable-{login,su,sulogin,nologin,runuser} \
+              --disable-chfn-chsh \
               --enable-{write,raw,kill} \
               --without-python