Initial .bep file for almp3, this builds a static lib, a patch will probably be needed to build a shared library.

This commit is contained in:
Scott McCreary
2010-06-01 15:57:35 +00:00
parent 26572b2134
commit d9459ea6bb
2 changed files with 23 additions and 1 deletions

View File

@@ -0,0 +1,22 @@
DESCRIPTION="AllegroMP3 is an Allegro wrapper for the mpglib MP3 decoder part of mpg123"
HOMEPAGE="http://icculus.org/~eviltypeguy/pkg/almp3/"
SRC_URI="http://icculus.org/~eviltypeguy/pkg/almp3/almp3-2.0.4.tar.bz2"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="media-libs/allegro >= 4.4"
CHECKSUM_MD5="8fe1517750acf23c07442b31447791a8"
BUILD {
cd almp3
make TARGET=LINUX_STATIC
}
INSTALL {
cd almp3
make install prefix=/boot/common \
INSTALL="install -c" \
INSTALL_INFO="install-info" \
TARGET=LINUX_STATIC
}
LICENSE="GNU LGPL v2.1"
COPYRIGHT="2001-2003 Javier Gonzalez"

View File

@@ -1,6 +1,6 @@
DESCRIPTION="ilmBase"
HOMEPAGE="http://www.openexr.com"
SRC_URI="http://www.haiku-ports.de/packages/sources/ilmbase-1.0.1.tar.gz"
SRC_URI="http://download.savannah.nongnu.org/releases/openexr/ilmbase-1.0.1.tar.gz"
REVISION="1"
CHECKSUM_MD5="f76f094e69a6079b0beb93d97e2a217e"
STATUS_HAIKU="stable"