CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
util-linux: fixed manpages
authorVictor Martinez <pitillo@ono.com>
Mon, 7 Feb 2022 12:08:29 +0000 (13:08 +0100)
committerVictor Martinez <pitillo@ono.com>
Mon, 7 Feb 2022 12:08:29 +0000 (13:08 +0100)
util-linux/.signature
util-linux/Pkgfile

index 6b50faab2dbcdf9e13e82d9a7b711f64901a1330..199ba9c38f1768acdca61478312716eb57d74ec1 100644 (file)
@@ -1,5 +1,6 @@
 untrusted comment: verify with /etc/ports/core-arm.pub
-RWTMGLGEHsm4dTFMlM+zki8m/wpVuRL+qiYHXBhmGhj1y08Giws6EpcT6Q9gGq/cTsh9HaytyIp2T3+GvFq7QuVD9U8KKd0XKQA=
-SHA256 (Pkgfile) = e635e79b725675c6f6228f54d54144fcd50b337c44fde4d84a1aced4cc9c9eef
+RWTMGLGEHsm4dQ/7I8DZXpdOa4yTo4Cw7aGJ4k2H4eVzW6CLi/bPu+LMWnhPhpYUi4nNJPukrlScTQ25rDfhXoihqhUY7yXLVwg=
+SHA256 (Pkgfile) = 8ba2a679d620012bd48d47856364ea183d4b2ef8a6665195a0cfc16a867edeb1
 SHA256 (.footprint) = 39f92b7a8c32033c4e905d11cef236cce448a5cf07c95ea454bef4f3560d8019
 SHA256 (util-linux-2.37.3.tar.xz) = 590c592e58cd6bf38519cb467af05ce6a1ab18040e3e3418f24bcfb2f55f9776
+SHA256 (util-linux-man-2.37.3.tar.xz) = 484f3df077df75b955afd696d5cec43987ea17dec908c25667c0f36a16637a30
index 5f10d814867a3fbcc82c51b4f60284d2c877c500..4c5a14d7e66ae83415410c7e2957bc10901e78af 100644 (file)
@@ -7,7 +7,8 @@
 name=util-linux
 version=2.37.3
 release=1
-source=(https://www.kernel.org/pub/linux/utils/$name/v${version:0:4}/$name-$version.tar.xz)
+source=(https://www.kernel.org/pub/linux/utils/$name/v${version:0:4}/$name-$version.tar.xz
+        $name-man-$version.tar.xz)
 
 build() {
   cd $name-$version
@@ -24,7 +25,9 @@ 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 -r $PKG/usr/share
   rm $PKG/sbin/{mkfs.bfs,mkfs.minix,fsck.minix}
 }