#Maintainer: George Vlahavas (vlahavas@gmail.com, gapan@zenwalk forums) pkgname=adplug pkgver=2.1 pkgrel=1 zenver=50 arch=i486 source=("http://downloads.sourceforge.net/adplug/adplug-2.1.tar.bz2") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "bugs") url="http://adplug.sourceforge.net/" options=('norequiredbuilder' 'keepdepfile') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "adplug - a free adlib sound player library" "AdPlug is a free, cross-platform, hardware independent AdLib sound" "player library, mainly written in C++ and released under the LGPL." "AdPlug plays sound data, originally created for the AdLib (OPL2) and" "Sound Blaster (Dual OPL2/OPL3) audio boards, directly from its" "original format on top of an emulator or by using the real hardware." "No OPL chip is required for playback." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --mandir=/usr/man --infodir=/usr/info make || return 1 make install DESTDIR=$startdir/pkg rm $startdir/pkg/usr/info/dir }