CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
signify: initial import
[crossrootfs.git] / sed / Pkgfile
index 6162e217f37dd3c6dbdc73bc07cce5d08c594ed6..67c001586f5995daf30d0756b23b5f73f3602e8b 100644 (file)
@@ -5,9 +5,9 @@
 # Depends on:
 
 name=sed
-version=4.2.1
+version=4.4
 release=1
-source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
+source=(http://ftp.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
 }