Update sed recipe to newer autotools

* Basically we just don't run autoreconf anymore.
* Also remove lib/charset.alias from the package.
This commit is contained in:
Ingo Weinhold
2013-04-28 00:41:56 +02:00
parent 4a44285fa7
commit 8950faa2f6

View File

@@ -12,7 +12,7 @@ DESCRIPTION="
HOMEPAGE="http://www.gnu.org/software/sed"
SRC_URI="http://ftp.gnu.org/gnu/sed/sed-4.2.1.tar.gz"
CHECKSUM_MD5="f0fd4d7da574d4707e442285fd2d3b86"
REVISION="3"
REVISION="4"
ARCHITECTURES="x86_gcc2 ?x86"
PROVIDES="
@@ -26,9 +26,8 @@ BUILD_PREREQUIRES="
haiku_devel >= $haikuVersion
cmd:gcc
cmd:ld
cmd:aclocal >= 1.11
cmd:autoreconf >= 2.68
cmd:make
cmd:perl
cmd:sed
"
@@ -36,7 +35,6 @@ SOURCE_DIR="$portVersionedName"
BUILD()
{
autoreconf
./configure $configureDirArgs \
--enable-regex-tests --without-included-regex \
--disable-rpath --with-gnu-ld
@@ -46,6 +44,8 @@ BUILD()
INSTALL()
{
make install
rm $libDir/charset.alias
rmdir $libDir
}
LICENSE="GNU GPL v3"