CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
cpio: updated to 2.12 and updated mandir
authorVictor Martinez <pitillo@ono.com>
Thu, 12 Nov 2015 08:20:36 +0000 (08:20 +0000)
committerVictor Martinez <pitillo@ono.com>
Thu, 12 Nov 2015 08:20:36 +0000 (08:20 +0000)
cpio/.footprint
cpio/.md5sum
cpio/Pkgfile

index 635fa76770703c5bba4740439fe401ce91eee0b4..69be5a4d642413c3f027d1adf143a9ef8b9453e2 100644 (file)
@@ -1,6 +1,7 @@
 drwxr-xr-x     root/root       usr/
 drwxr-xr-x     root/root       usr/bin/
 -rwxr-xr-x     root/root       usr/bin/cpio
-drwxr-xr-x     root/root       usr/man/
-drwxr-xr-x     root/root       usr/man/man1/
--rw-r--r--     root/root       usr/man/man1/cpio.1.gz
+drwxr-xr-x     root/root       usr/share/
+drwxr-xr-x     root/root       usr/share/man/
+drwxr-xr-x     root/root       usr/share/man/man1/
+-rw-r--r--     root/root       usr/share/man/man1/cpio.1.gz
index 181098d400836caf54850ff51eccb1e241486e7e..c087492d203aeacad925bf1b1e501de8130e30e5 100644 (file)
@@ -1,2 +1 @@
-0548bdca8399df7755f0e4c4152e88cb  cpio-2.11-stat.patch
-20fc912915c629e809f80b96b2e75d7d  cpio-2.11.tar.bz2
+93eea9f07c0058c097891c73e4955456  cpio-2.12.tar.bz2
index bc3c492314105914dd188ddc274ab7bae4b217d2..09a88e94f1a6ff6a39439459ade1c4087dc60b42 100644 (file)
@@ -4,27 +4,19 @@
 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
 
 name=cpio
-version=2.11
-release=2
-source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2 \
-        cpio-2.11-stat.patch)
+version=2.12
+release=1
+source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
 
 build() {
   cd $name-$version
-
-  patch -p1 -i $SRC/cpio-2.11-stat.patch
-  # fix for glibc 'gets' removal
-  sed -i -e '/gets is a/d' gnu/stdio.in.h
-
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \
-              --mandir=/usr/man \
               --disable-nls
 
   make
   make DESTDIR=$PKG install
-
-  rm -r $PKG/usr/{share,libexec}
-  rm $PKG/usr/man/man1/mt.1
+  rm -r $PKG/usr/{libexec,share/info}
+  rm -r $PKG/usr/share/man/man8
 }