forked from ports/contrib
timidity: New Port
This commit is contained in:
parent
e199cf961f
commit
6cd25c3ebf
8
timidity/.footprint
Normal file
8
timidity/.footprint
Normal 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
1
timidity/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
a82ceeb2245e22f4de2b41da21eaee32 TiMidity++-2.13.2.tar.bz2
|
22
timidity/Pkgfile
Normal file
22
timidity/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user