mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
sed: update recipe
* Use runConfigure. * Use jobArgs.
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user