ed: update to 1.0

This commit is contained in:
Juergen Daubert 2008-08-24 11:30:26 +02:00
parent 4d8aaf1c6f
commit c9bf568892
2 changed files with 8 additions and 5 deletions

View File

@ -1 +1 @@
fb0c1c63ec13d8516733dd1d85c76473 ed-0.9.tar.bz2
80d096dc98fd17a44fb9e3ed3e719ee7 ed-1.0.tar.bz2

View File

@ -3,7 +3,7 @@
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=ed
version=0.9
version=1.0
release=1
source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
@ -15,9 +15,12 @@ build() {
# as a temporary workaround, i'm making it use symlinks instead.
sed -i -e 's/ln /ln -s /' Makefile.in
./configure --prefix=/usr --mandir=/usr/man
./configure --prefix=/usr \
--exec-prefix=/ \
--mandir=/usr/man \
CFLAGS="$CFLAGS"
make
make DESTDIR=$PKG install install-man
mv $PKG/usr/bin $PKG
rm -rf $PKG/usr/share
rm -r $PKG/usr/share
}