CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
util-linux: updated to 2.27
[ports/core-arm.git] / util-linux / Pkgfile
index 82c06b74d1655bd040cdf9ff136cec16d2108a26..7083ad7d7483d462388f0ce92b863e0bed75089d 100644 (file)
@@ -5,18 +5,20 @@
 # Depends on: ncurses zlib
 
 name=util-linux
-version=2.22.2
+version=2.27
 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.27/$name-$version.tar.xz)
 
 build() {
   cd $name-$version
 
   ./configure --prefix=/usr \
               --mandir=/usr/man \
-              --disable-{nls,wall} \
-              --disable-{login,su,sulogin} \
-              --enable-{write,raw,kill}
+              --disable-nls \
+              --disable-{login,su,sulogin,nologin,runuser} \
+              --enable-{write,raw,kill} \
+              --without-python
+
   make
   make DESTDIR=$PKG install