CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
binutils: update to 2.22. Removed host's texinfo dependency.
[crossrootfs.git] / cpio / Pkgfile
index 85282f2b49af2682504c1bab43afe2c46ac29567..c4aa11001eb83ca58c55e054be3698579f3bbe23 100644 (file)
@@ -1,15 +1,17 @@
 # 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, devel@crux-arm.nu
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
 
 name=cpio
-version=2.10
+version=2.11
 release=1
-source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
+source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2 \
+        cpio-2.11-stat.patch)
 
 build() {
   cd $name-$version
+  patch -p1 -i $SRC/cpio-2.11-stat.patch
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \