timidity++: moved to attic

This commit is contained in:
Tilman Sauerbeck 2006-10-18 17:41:54 +00:00
parent a207afc0a5
commit a906be475c
3 changed files with 0 additions and 26 deletions

View File

@ -1,8 +0,0 @@
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

View File

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

View File

@ -1,17 +0,0 @@
# Description: MIDI-to-WAVE converter and player
# URL: http://timidity.sourceforge.net/
# Maintainer:
# Packager: Jukka Heino, jukka dot heino at gmail dot com
# Depends on: alsa-lib
name=timidity++
version=2.13.2
release=1
source=(http://dl.sourceforge.net/sourceforge/timidity/TiMidity++-$version.tar.bz2)
build() {
cd TiMidity++-$version
./configure --prefix=/usr --enable-audio=alsa
make
make DESTDIR=$PKG install
}