stripped bison, less, m4, which, and yasm in recipes and created debug packages

This commit is contained in:
Hannah
2016-01-02 23:15:43 -08:00
parent 782eb8f52b
commit 8e05ed78b0
5 changed files with 29 additions and 10 deletions

View File

@@ -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
}