#Maintainer: Antonino Ingegnere #Mandatory pkgname=nted pkgver=1.4.15 pkgrel=4 zenver=54 arch=i486 source=("http://vsr.informatik.tu-chemnitz.de/staff/jan/nted/nted-1.4.15.tar.gz") sourcetemplate=http://users.zenwalk.org/user-accounts/antonino/$pkgname/$pkgver docs=('AUTHORS' 'COPYNG' 'ChangeLog' 'FAQ' 'INSTALL' 'NEWS' 'README') url=http://vsr.informatik.tu-chemnitz.de/staff/jan/nted/nted.xhtml slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname - Musical score editor" "nted is a program that allows you to create musical scores. Here are" "some of its features:" "- Real WYSIWYG, i.e. what you see on screen is exactly what you get on" "printer output" "- Up to 4 voices per staff" "- N-tuplets where N is between 1 and 14" "- Real-time playback by means of the MIDI synthesizer" "- Export to MIDI or PostScript" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make DESTDIR=$startdir/pkg install }