CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
sed: updated mandir
[crossrootfs.git] / sed / Pkgfile
index fc5dc4ff6502defb8c628b83cbcc3c11e92789da..9464ae3276948dd3d6334587a8be5d4aeea37273 100644 (file)
@@ -1,22 +1,24 @@
 # Description: Sed - streams editor
 # URL: http://www.gnu.org/software/sed//sed.html
 # Maintainer: CRUX System Team, core-ports at crux dot nu
-# Arch Maintainer: CRUX-ARM System
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
+# 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() {
-    cd $name-$version
-    ./configure --build=$CHOST \
-               --host=$CTARGET \
-               --prefix=/usr \
-               --mandir=/usr/man \
-               --exec-prefix=/ \
-               --disable-nls
-    make
-    make DESTDIR=$PKG install
-    rm -r $PKG/usr/share
+  cd $name-$version
+
+  ./configure --build=$CHOST \
+              --host=$CTARGET \
+              --prefix=/usr \
+              --exec-prefix=/ \
+              --disable-nls
+
+  make
+  make DESTDIR=$PKG install
+  rm -r $PKG/usr/share/info
 }