sed: update recipe

* Use runConfigure.
* Use jobArgs.
This commit is contained in:
Ingo Weinhold
2013-06-15 21:41:52 +02:00
parent 635075a603
commit 14910ebf16

View File

@@ -10,9 +10,11 @@ DESCRIPTION="
editors.
"
HOMEPAGE="http://www.gnu.org/software/sed"
COPYRIGHT="1989-2009 Free Software Foundation, Inc."
LICENSE="GNU GPL v3"
SRC_URI="http://ftp.gnu.org/gnu/sed/sed-4.2.1.tar.gz"
CHECKSUM_MD5="f0fd4d7da574d4707e442285fd2d3b86"
REVISION="4"
REVISION="5"
ARCHITECTURES="x86_gcc2 ?x86"
PROVIDES="
@@ -35,10 +37,10 @@ SOURCE_DIR="$portVersionedName"
BUILD()
{
./configure $configureDirArgs \
runConfigure ./configure \
--enable-regex-tests --without-included-regex \
--disable-rpath --with-gnu-ld
make
make $jobArgs
}
INSTALL()
@@ -47,6 +49,3 @@ INSTALL()
rm $libDir/charset.alias
rmdir $libDir
}
LICENSE="GNU GPL v3"
COPYRIGHT="1989-2009 Free Software Foundation, Inc."