Added a few more items to the libpak. Fixed the speex build. Adjusted the fontconfig .bep file to use finddir, but this doesn't yet fix it's

build.  Updated the dependency list for jgmod.
This commit is contained in:
Scott McCreary
2010-09-08 07:17:32 +00:00
parent bde828d9c7
commit 9d3730988f
4 changed files with 28 additions and 24 deletions

View File

@@ -6,7 +6,7 @@ REVISION="1"
STATUS_HAIKU="stable"
DEPEND="libogg >= 1.2.0"
BUILD {
cd speex-1.2
cd speex-1.2-git
libtoolize --copy --force --install
echo 'AC_CONFIG_MACRO_DIR([m4])' >> configure.ac
autogen.sh --prefix=`finddir B_COMMON_DIRECTORY`
@@ -15,7 +15,7 @@ BUILD {
}
INSTALL {
cd speex-1.2
cd speex-1.2-git
make install
}
LICENSE="Speex"