Update to the latest OpenCP snapshot which has all patches upstreamed.

This commit is contained in:
François Revol
2011-03-20 22:34:31 +00:00
parent 9bd7f79cdd
commit 20cd482ac1

View 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"