mikmod: a module player (#1445)

This commit is contained in:
Schrijvers Luc
2017-06-20 06:38:24 +02:00
committed by Jérôme Duval
parent 043e1a5ac2
commit 288ac7c17d

View File

@@ -0,0 +1,50 @@
SUMMARY="A module player for Unix"
DESCRIPTION="mikmod supports many formats, including mod, s3m, it, and xm."
HOMEPAGE="http://mikmod.sourceforge.net"
COPYRIGHT="1998-2017 Jean-Paul Mikkers, Jake Stine, Steve McIntyre,
Frank Loemker, Andrew Zabolotny."
LICENSE="GNU LGPL v2"
REVISION="1"
SOURCE_URI="https://sf.net/projects/mikmod/files/mikmod/$portVersion/mikmod-$portVersion.tar.gz"
CHECKSUM_SHA256="dbb01bc36797ce25ffcab2b3bf625537b85b42534344e1808236ca612fbaa4cc"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PROVIDES="
mikmod = $portVersion
cmd:mikmod
"
REQUIRES="
haiku
lib:libmikmod
lib:libncurses
lib:libSDL
"
BUILD_REQUIRES="
haiku_devel
devel:libmikmod
devel:libncurses
devel:libSDL
"
BUILD_PREREQUIRES="
cmd:gcc
cmd:ld
cmd:aclocal
cmd:autoconf
cmd:automake
cmd:make
cmd:pkg_config
"
BUILD()
{
autoreconf -vfi
runConfigure ./configure
make
}
INSTALL()
{
make install
}