CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
flex: fixed build to don't force user of automake-1.15
[crossrootfs.git] / patch / Pkgfile
index 45476387c4832bd5df160954c3592e4ae57788fa..19ca54885a4169c85c8dae6c161f140cda9b4dd9 100644 (file)
@@ -5,16 +5,15 @@
 # Depends on:
 
 name=patch
-version=2.7.1
+version=2.7.6
 release=1
-source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
+source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz)
 
 build() {
   cd $name-$version
   ./configure --build=$CHOST \
               --host=$CTARGET \
-              --prefix=/usr \
-              --mandir=/usr/man
+              --prefix=/usr
 
   make
   make DESTDIR=$PKG install