CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
automake: updated to 1.15 and updated mandir
[crossrootfs.git] / tar / Pkgfile
index 4353dd1f339b52336f7276b48b9ea5f19728bdea..c119b25d733bb00005dabc84267c1107fd41b7fe 100644 (file)
@@ -5,15 +5,14 @@
 # Depends on:
 
 name=tar
-version=1.25
+version=1.27.1
 release=1
-source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2 \
+source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz \
         $name-rootp.patch tar.1 rmt.8)
 
 build() {
   cd $name-$version
   patch -p1 -i $SRC/$name-rootp.patch
-
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix= \
@@ -23,7 +22,6 @@ build() {
               
   make
   make DESTDIR=$PKG install
-
   rm -rf $PKG/{sbin,share}
   install -D -m 644 $SRC/tar.1 $PKG/usr/man/man1/tar.1
   install -D -m 644 $SRC/rmt.8 $PKG/usr/man/man8/rmt.8