mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
stripped bison, less, m4, which, and yasm in recipes and created debug packages
This commit is contained in:
@@ -10,7 +10,7 @@ LICENSE="
|
||||
GNU LGPL v2
|
||||
"
|
||||
COPYRIGHT="2001-2014 Peter Johnson and other Yasm developers."
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
@@ -34,6 +34,11 @@ BUILD_PREREQUIRES="
|
||||
"
|
||||
|
||||
|
||||
defineDebugInfoPackage yasm \
|
||||
$binDir/vsyasm \
|
||||
$binDir/yasm \
|
||||
$binDir/ytasm
|
||||
|
||||
BUILD()
|
||||
{
|
||||
libtoolize --force --copy --install
|
||||
@@ -45,7 +50,7 @@ BUILD()
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
make install-strip
|
||||
|
||||
prepareInstalledDevelLibs libyasm
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user