mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
of these is correct. TODO: Figure out which one is correct and add a better patch so that it correctly builds the other one.
27 lines
659 B
Plaintext
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"
|