mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Update to the latest OpenCP snapshot which has all patches upstreamed.
This commit is contained in:
27
media-sound/ocp/ocp-snapshot20110320.bep
Normal file
27
media-sound/ocp/ocp-snapshot20110320.bep
Normal file
@@ -0,0 +1,27 @@
|
||||
DESCRIPTION="ocp - Open Cubic Player, a music player ported from DOS"
|
||||
HOMEPAGE="http://stian.cubic.org/project-ocp.php"
|
||||
SRC_URI="http://stian.cubic.org/ocp/ocp-snapshot-20110320.tar.bz2"
|
||||
CHECKSUM_MD5="febb786fc6c1450a404578369a1f2adc"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="media-libs/libvorbis >= 1.3.1
|
||||
media-libs/libogg >= 1.2.2
|
||||
sys-devel/gettext >= 0.18.1.1
|
||||
media-libs/libsdl >= 1.2.14"
|
||||
# media-libs/flac >= 1.2.1"
|
||||
# ncurses zlib ... cf. ocp.spec
|
||||
MESSAGE="This port requires gcc4"
|
||||
BUILD {
|
||||
cd ocp-snapshot-20110320
|
||||
autoconf
|
||||
CPPFLAGS=-I/boot/common/include LDFLAGS=-L/boot/common/lib ./configure --prefix=/boot/common
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd ocp-snapshot-20110320
|
||||
make install
|
||||
}
|
||||
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2000-2008 Michael Smith, Stan Seibert and other contributers"
|
||||
Reference in New Issue
Block a user