diff options
Diffstat (limited to 'sed/Pkgfile.old')
-rw-r--r-- | sed/Pkgfile.old | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sed/Pkgfile.old b/sed/Pkgfile.old new file mode 100644 index 0000000..432a116 --- /dev/null +++ b/sed/Pkgfile.old @@ -0,0 +1,20 @@ +# Description: Sed - streams editor +# URL: http://www.gnu.org/software/sed//sed.html +# Maintainer: CRUX System Team, core-ports at crux dot nu +# Depends on: acl + +name=sed +version=4.2.1 +release=1 +source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --mandir=/usr/man \ + --exec-prefix=/ \ + --disable-nls + make + make DESTDIR=$PKG install + rm -r $PKG/usr/share +} |