Files
haikuports/media-libs/almp3/almp3-2.0.4.bep
Scott McCreary 76a39bed1c Fixed almp3 .bep file so that it actually builds now, but it's probably not correct. It's creating a libalmp3.so and libalmp3.a, but probably only one
of these is correct.  TODO: Figure out which one is correct and add a better patch so that it correctly builds the other one.
2010-06-08 08:22:12 +00:00

27 lines
659 B
Plaintext

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
mkdir -p obj/haiku/dynamic
mkdir -p obj/haiku/static
mkdir -p lib/haiku
make TARGET=HAIKU_STATIC
make TARGET=HAIKU_SHARED
}
INSTALL {
cd almp3
make install prefix=/boot/common \
INSTALL="install -c" \
INSTALL_INFO="install-info"
}
LICENSE="GNU LGPL v2.1"
COPYRIGHT="2001-2003 Javier Gonzalez"