CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
file: updated to 5.29
[crossrootfs.git] / cpio / Pkgfile
index c4aa11001eb83ca58c55e054be3698579f3bbe23..09a88e94f1a6ff6a39439459ade1c4087dc60b42 100644 (file)
@@ -4,21 +4,19 @@
 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
 
 name=cpio
-version=2.11
+version=2.12
 release=1
-source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2 \
-        cpio-2.11-stat.patch)
+source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
 
 build() {
   cd $name-$version
-  patch -p1 -i $SRC/cpio-2.11-stat.patch
   ./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
 }