CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
openssl: adapted to 64b
[crossrootfs.git] / sed / Pkgfile
index 6162e217f37dd3c6dbdc73bc07cce5d08c594ed6..9464ae3276948dd3d6334587a8be5d4aeea37273 100644 (file)
@@ -5,8 +5,8 @@
 # Depends on:
 
 name=sed
-version=4.2.1
-release=1
+version=4.2.2
+release=2
 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
 
 build() {
@@ -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
 }