CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
util-linux: updated to 2.26
[ports/core-arm.git] / util-linux / Pkgfile
index 65e6a374e7afe3d6a49abeb86175cf25b7a41793..3e1374fc298c86b3eeeb779202024c4ffaf55d1f 100644 (file)
@@ -5,18 +5,20 @@
 # Depends on: ncurses zlib
 
 name=util-linux
-version=2.22.1
+version=2.26
 release=1
-source=(http://ftp.kernel.org/pub/linux/utils/$name/v2.22/$name-$version.tar.xz)
+source=(http://ftp.kernel.org/pub/linux/utils/$name/v2.26/$name-$version.tar.xz)
 
 build() {
   cd $name-$version
 
   ./configure --prefix=/usr \
               --mandir=/usr/man \
-              --disable-{nls,wall} \
-              --disable-{login,su,sulogin,runuser} \
-              --enable-{write,raw,kill}
+              --disable-nls \
+              --disable-{login,su,sulogin,nologin,runuser} \
+              --enable-{write,raw,kill} \
+              --without-python
+
   make
   make DESTDIR=$PKG install