1 # Contributor: rayjgu3@gmail.com>
7 pkgdesc="An XMMS input plugin to play shorten (.shn) files."
8 url="http://www.etree.org/shnutils/xmms-shn/"
10 arch=('i686' 'x86_64')
11 groups=('xmms-plugins' 'xmms-io-plugins')
12 source=(http://etree.org/shnutils/xmms-shn/dist/src/xmms-shn-2.4.1.tar.gz)
13 md5sums=('5bcdac72500091d55dce4eb0e8bed985')
16 cd $startdir/src/$pkgname-$pkgver
17 ./configure --prefix=/usr
19 make DESTDIR=$startdir/pkg install || return 1