mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
28
media-libs/almp3/almp3-2.0.4.recipe
Normal file
28
media-libs/almp3/almp3-2.0.4.recipe
Normal file
@@ -0,0 +1,28 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user