mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
stripped binaries in diffutils and make recipes and created debug packages
This commit is contained in:
@@ -8,7 +8,7 @@ that it is possible to use Make to build and install the program."
|
||||
HOMEPAGE="http://www.gnu.org/software/make/"
|
||||
COPYRIGHT="1988-2010 Free Software Foundation, Inc."
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="5"
|
||||
REVISION="6"
|
||||
SOURCE_URI="http://ftp.gnu.org/pub/gnu/make/make-3.82.tar.bz2"
|
||||
CHECKSUM_SHA256="e2c1a73f179c40c71e2fe8abf8a8a0688b8499538512984da4a76958d0402966"
|
||||
PATCHES="make-3.82.patch"
|
||||
@@ -34,6 +34,9 @@ BUILD_PREREQUIRES="
|
||||
cmd:grep
|
||||
"
|
||||
|
||||
defineDebugInfoPackage make \
|
||||
$binDir/make
|
||||
|
||||
BUILD()
|
||||
{
|
||||
libtoolize --force --copy --install
|
||||
@@ -44,5 +47,5 @@ BUILD()
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
./make install
|
||||
./make install-strip
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user