1 # Contributor: Martin Häger <martin.haeger@gmail.com>
5 pkgdesc="Provides a library that allows for the emulated playback of SPC files, which are SNES audio files."
7 url="http://web.archive.org/web/20040930224420/web.umr.edu/~bmartin"
8 license=('LGPL' 'custom')
12 source=("http://ftp.debian.org/debian/pool/main/libo/libopenspc/${pkgname}_$pkgver.orig.tar.gz")
13 md5sums=('8f94764ebdf4fedcd75a1d54412378a1')
16 cd "$srcdir/$pkgname-$pkgver.orig"
19 ./configure --prefix=/usr
21 make DESTDIR="$pkgdir/" install
22 install -D -m644 libopenspc/LICENSE "$pkgdir/usr/share/licenses/libopenspc/LICENSE"
25 # vim:set ts=2 sw=2 et: