timidity: New Port

This commit is contained in:
James Mills 2006-12-26 19:18:09 +10:00
parent e199cf961f
commit 6cd25c3ebf
3 changed files with 31 additions and 0 deletions

8
timidity/.footprint Normal file
View File

@ -0,0 +1,8 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/timidity
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/timidity.1.gz
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/timidity.cfg.5.gz

1
timidity/.md5sum Normal file
View File

@ -0,0 +1 @@
a82ceeb2245e22f4de2b41da21eaee32 TiMidity++-2.13.2.tar.bz2

22
timidity/Pkgfile Normal file
View File

@ -0,0 +1,22 @@
# Description: MIDI-to-WAVE converter and player
# URL: http://timidity.sourceforge.net/
# Maintainer: James Mills prologic at shortcircuit dot net dot au
# Packager: Vincenzo Colosimo vico at bicisport dot de
#
# Depends on: alsa-lib, libao, libvorbis, flac, esd, jack
name=timidity
version=2.13.2
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/TiMidity++-$version.tar.bz2)
build() {
cd TiMidity++-$version
./configure --prefix=/usr \
--enable-server \
--enable-alsaseq \
--enable-audio=alsa,oss,ao,vorbis,flac,esd,jack
make
make DESTDIR=$PKG install
chown -R root:root $PKG
}