CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
util-linux: updated to 2.32
[crossrootfs.git] / util-linux / Pkgfile
index b271ba6828aa85a140e1327670b18d759c75daaf..0f2d64041fb6b56b50281b3be7b62cc89b992201 100644 (file)
@@ -5,9 +5,9 @@
 # Depends on: ncurses zlib
 
 name=util-linux
-version=2.29.1
+version=2.32
 release=1
-source=(https://www.kernel.org/pub/linux/utils/$name/v2.29/$name-$version.tar.xz)
+source=(https://www.kernel.org/pub/linux/utils/$name/v${version:0:4}/$name-$version.tar.xz)
 
 build() {
   cd util-linux-$version
@@ -26,5 +26,6 @@ build() {
   touch $PKG/etc/adjtime
 
   rm -r $PKG/usr/share/{doc,bash-completion}
+  rm $PKG/sbin/{mkfs.bfs,mkfs.minix,fsck.minix}
   rm $PKG/usr/share/man/man8/{fsck.minix,mkfs.bfs,mkfs.minix}.8
 }