CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
util-linux: updated to 2.24 and cleanup
authorJose V Beneyto <sepen@crux.nu>
Fri, 25 Oct 2013 12:36:47 +0000 (14:36 +0200)
committerJose V Beneyto <sepen@crux.nu>
Fri, 25 Oct 2013 12:36:47 +0000 (14:36 +0200)
util-linux/.md5sum
util-linux/Pkgfile

index ef9c1e46e2be2e5ebdb6c1e7e343bab5bc3527c6..d70890cd92387523da2ede2dd38d3edc1a81a2f5 100644 (file)
@@ -1 +1 @@
-b39fde897334a4858bb2098edcce5b3f  util-linux-2.23.2.tar.xz
+4fac6443427f575fc5f3531a4ad2ca01  util-linux-2.24.tar.xz
index afabc1d91d2bf09cf16f230b8051db99e3b44d49..0cb3b4871aa41d6779bfef18c43d7a30d4867853 100644 (file)
@@ -5,18 +5,20 @@
 # Depends on: ncurses zlib
 
 name=util-linux
-version=2.23.2
+version=2.24
 release=1
-source=(http://ftp.kernel.org/pub/linux/utils/$name/v2.23/$name-$version.tar.xz)
+source=(http://ftp.kernel.org/pub/linux/utils/$name/v2.24/$name-$version.tar.xz)
 
 build() {
   cd $name-$version
 
   ./configure --prefix=/usr \
               --mandir=/usr/man \
-              --disable-{nls,wall} \
-              --disable-{login,su,sulogin} \
+              --disable-nls \
+              --disable-{login,su,sulogin,nologin} \
+              --disable-{last,mesg,wall} \
               --enable-{write,raw,kill}
+
   make
   make DESTDIR=$PKG install