mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
mikmod: a module player (#1445)
This commit is contained in:
committed by
Jérôme Duval
parent
043e1a5ac2
commit
288ac7c17d
50
media-sound/mikmod/mikmod-3.2.8.recipe
Normal file
50
media-sound/mikmod/mikmod-3.2.8.recipe
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user