CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
util-linux: updated to 2.38.1
[ports/core-arm64.git] / util-linux / Pkgfile
index 0ca79c7a0a08bde7efd06d369c2e6e6146bd4d92..570b1f79d64f794412bb5de71f64a612b350c756 100644 (file)
@@ -5,14 +5,12 @@
 # Depends on: eudev file readline bzip2 xz
 
 name=util-linux
-version=2.37.2
+version=2.38.1
 release=1
-source=(https://www.kernel.org/pub/linux/utils/$name/v${version:0:4}/$name-$version.tar.xz
-        $name-man-$version.tar.xz)
+source=(https://www.kernel.org/pub/linux/utils/$name/v${version:0:4}/$name-$version.tar.xz)
 
 build() {
   cd $name-$version
-
   ./configure --prefix=/usr \
               --disable-nls \
               --disable-asciidoc \
@@ -26,7 +24,6 @@ build() {
 
   install -d $PKG/{etc,var/{lib/libuuid,run/uuidd}}
   touch $PKG/etc/adjtime
-  cp -r $SRC/man $PKG/usr/share
 
   rm -r $PKG/usr/share/{doc,bash-completion}
   rm $PKG/sbin/{mkfs.bfs,mkfs.minix,fsck.minix}