CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
pkgutils: updated to 5.36
authorVictor Martinez <pitillo@ono.com>
Wed, 11 Nov 2015 15:37:44 +0000 (15:37 +0000)
committerVictor Martinez <pitillo@ono.com>
Wed, 11 Nov 2015 15:37:44 +0000 (15:37 +0000)
pkgutils/.footprint
pkgutils/.md5sum
pkgutils/Pkgfile

index e49fe871787eb451d32dbd444e0043af2010ddc4..675aac2253dd09437f9cf2886caa43e81e114133 100644 (file)
@@ -9,12 +9,13 @@ lrwxrwxrwx    root/root       usr/bin/pkginfo -> pkgadd
 -rwxr-xr-x     root/root       usr/bin/pkgmk
 lrwxrwxrwx     root/root       usr/bin/pkgrm -> pkgadd
 -rwxr-xr-x     root/root       usr/bin/rejmerge
-drwxr-xr-x     root/root       usr/man/
-drwxr-xr-x     root/root       usr/man/man5/
--rw-r--r--     root/root       usr/man/man5/pkgmk.conf.5.gz
-drwxr-xr-x     root/root       usr/man/man8/
--rw-r--r--     root/root       usr/man/man8/pkgadd.8.gz
--rw-r--r--     root/root       usr/man/man8/pkginfo.8.gz
--rw-r--r--     root/root       usr/man/man8/pkgmk.8.gz
--rw-r--r--     root/root       usr/man/man8/pkgrm.8.gz
--rw-r--r--     root/root       usr/man/man8/rejmerge.8.gz
+drwxr-xr-x     root/root       usr/share/
+drwxr-xr-x     root/root       usr/share/man/
+drwxr-xr-x     root/root       usr/share/man/man5/
+-rw-r--r--     root/root       usr/share/man/man5/pkgmk.conf.5.gz
+drwxr-xr-x     root/root       usr/share/man/man8/
+-rw-r--r--     root/root       usr/share/man/man8/pkgadd.8.gz
+-rw-r--r--     root/root       usr/share/man/man8/pkginfo.8.gz
+-rw-r--r--     root/root       usr/share/man/man8/pkgmk.8.gz
+-rw-r--r--     root/root       usr/share/man/man8/pkgrm.8.gz
+-rw-r--r--     root/root       usr/share/man/man8/rejmerge.8.gz
index 3f13c25f2d26c6f5aa5c1cb3453ca102a36268e7..e9e6879e808fae257547b5b9cd0e43033cf326bc 100644 (file)
@@ -1 +1 @@
-5f4ba23340492548ebf58b0ce7109e69  pkgutils-5.35.6.tar.gz
+d6c14b02ae041bac4544c9cec557ad76  pkgutils-5.36.tar.xz
index 3035717c7bb2406ec8f1224c2e4b7b1d94ad843e..5c683204b4dc555909ae79622043cb735aab65cc 100644 (file)
@@ -5,12 +5,12 @@
 # Depends on: libarchive
 
 name=pkgutils
-version=5.35.6
-release=1
-source=(http://crux.nu/files/$name-$version.tar.gz)
+version=5.36
+release=2
+source=(http://crux.nu/files/$name-$version.tar.xz)
 
 build () {
   cd $name-$version
-  make DESTDIR=$PKG install
+  make DESTDIR=$PKG MANDIR=/usr/share/man install
   sed 's|FLAGS=.*|FLAGS="-O2 -pipe -mfloat-abi=hard"|' -i $PKG/etc/pkgmk.conf
 }