1
0
forked from ports/contrib
contrib/libmikmod/Pkgfile

24 lines
545 B
Plaintext
Raw Normal View History

2011-01-24 19:08:15 +11:00
# Description: A library which supports many formats, including: mod, s3m, it, and xm.
# URL: http://mikmod.raphnet.net/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Daniel Mueller, daniel at danm dot de
# Depends on: alsa-lib
name=libmikmod
2014-07-18 12:46:55 +10:00
version=3.3.6
2011-01-24 19:08:15 +11:00
release=1
2014-07-18 12:46:55 +10:00
source=(http://downloads.sourceforge.net/project/mikmod/libmikmod/$version/$name-$version.tar.gz)
2011-01-24 19:08:15 +11:00
build(){
cd $name-$version
./configure \
--prefix=/usr \
2014-03-20 21:32:46 +11:00
--mandir=/usr/man
2011-01-24 19:08:15 +11:00
make
make DESTDIR=$PKG install
2014-03-20 21:32:46 +11:00
rm -r $PKG/usr/share/info
2011-01-24 19:08:15 +11:00
}