mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Initial bep for fitz from cipri, built fine on gcc2 so removed the gcc4 only message.
Updated bep for speex, putting documentation in the proper directories, from cian.
This commit is contained in:
@@ -2,16 +2,21 @@ DESCRIPTION="Speex"
|
||||
HOMEPAGE="http://www.speex.org"
|
||||
SRC_URI="http://downloads.xiph.org/releases/speex/speex-1.2rc1.tar.gz"
|
||||
CHECKSUM_MD5="c4438b22c08e5811ff10e2b06ee9b9ae"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="pkgconfig >= 0.25"
|
||||
DEPEND="pkgconfig >= 0.25
|
||||
libogg > 1.3.0"
|
||||
BUILD {
|
||||
cd speex-1.2rc1
|
||||
libtoolize --copy --force --install
|
||||
aclocal
|
||||
automake
|
||||
autoconf
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
COMMON_DOCS=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
||||
--datadir=`finddir B_COMMON_DATA_DIRECTORY` \
|
||||
--docdir=$COMMON_DOCS/doc/speex \
|
||||
--mandir=$COMMON_DOCS/man
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user