CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libtool: updated source
[crossrootfs.git] / cpio / Pkgfile
index 337d92ad26933bd6f305f24d90a25f16dc8c8b34..38d4f59d08de60dfec4ed30916be860ecb88c3f5 100644 (file)
@@ -1,22 +1,22 @@
 # 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)
+source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.bz2)
 
 build() {
   cd $name-$version
   ./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
 }