CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
gcc: updated to 6.3.0
[crossrootfs.git] / cpio / Pkgfile
index 337d92ad26933bd6f305f24d90a25f16dc8c8b34..09a88e94f1a6ff6a39439459ade1c4087dc60b42 100644 (file)
@@ -1,10 +1,10 @@
 # Description: A tool to copy files into or out of a cpio or tar archive
 # URL: http://www.gnu.org/software/cpio/
 # Maintainer: CRUX System Team, core-ports at crux dot nu
-# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
 
 name=cpio
-version=2.10
+version=2.12
 release=1
 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
 
@@ -13,10 +13,10 @@ build() {
   ./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
 }