|
|
|
@ -35,7 +35,7 @@ WGET=${WGET:-http://ovh.dl.sourceforge.net/sourceforge/vamp/$ARCHIVE}
|
|
|
|
|
|
|
|
|
|
# Build infos |
|
|
|
|
NAMEPKG=${NAMEPKG:-vamp-plugin-sdk} |
|
|
|
|
BUILD=${BUILD:-2GGD} |
|
|
|
|
BUILD=${BUILD:-3GGD} |
|
|
|
|
ARCH=${ARCH:-i486} |
|
|
|
|
JOBS=${JOBS:-1} |
|
|
|
|
EXT=${EXT:-txz} |
|
|
|
@ -94,10 +94,11 @@ make install DESTDIR=$PKG
|
|
|
|
|
# Remove static libraries |
|
|
|
|
find $PKG/usr/lib -name '*.a' -delete |
|
|
|
|
|
|
|
|
|
# On Slackware64, move libraries to the right place |
|
|
|
|
# On Slackware64, move libraries to the right place and fix pkgconfigs |
|
|
|
|
# (configure's --libdir is ignored by generated Makefiles) |
|
|
|
|
if [ "x$ARCH" = xx86_64 ]; then |
|
|
|
|
mv $PKG/usr/lib $PKG/usr/lib64 |
|
|
|
|
sed -i 's/lib$/lib64/' $PKG/usr/lib64/pkgconfig/vamp{,-sdk}.pc |
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
# Strip binaries |
|
|
|
|