CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
sed: updated to 4.5
[crossrootfs.git] / sed / Pkgfile
index 63c96637bfeb9ab8d499f2701d9d3bcda62d6718..5667932116ce2de4bd8cdc91a5cdef340820e766 100644 (file)
@@ -5,9 +5,9 @@
 # Depends on:
 
 name=sed
-version=4.2.2
+version=4.5
 release=1
-source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
+source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz)
 
 build() {
   cd $name-$version
@@ -15,12 +15,10 @@ build() {
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \
-              --mandir=/usr/man \
               --exec-prefix=/ \
               --disable-nls
 
   make
   make DESTDIR=$PKG install
-
-  rm -r $PKG/usr/share
+  rm -r $PKG/usr/share/info
 }