CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
gcc: updated to 5.3.0
[ports/core-arm.git] / util-linux / Pkgfile
index 3e1374fc298c86b3eeeb779202024c4ffaf55d1f..97eb35b2b7bdbbb28004cb6d8b69245d0441efc7 100644 (file)
@@ -2,18 +2,17 @@
 # URL: http://userweb.kernel.org/~kzak/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: ncurses zlib
+# Depends on: eudev ncurses zlib
 
 name=util-linux
-version=2.26
+version=2.27.1
 release=1
-source=(http://ftp.kernel.org/pub/linux/utils/$name/v2.26/$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 \
               --disable-{login,su,sulogin,nologin,runuser} \
               --enable-{write,raw,kill} \
@@ -27,5 +26,4 @@ build() {
 
   rm -r $PKG/usr/share
   rm $PKG/sbin/{mkfs.bfs,mkfs.minix,fsck.minix}
-  rm $PKG/usr/man/man8/{fsck.minix,mkfs.bfs,mkfs.minix}.8
 }