mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
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:
22
media-libs/almp3/almp3-2.0.4.bep
Normal file
22
media-libs/almp3/almp3-2.0.4.bep
Normal 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"
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user