updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / sexypsf / PKGBUILD
blobda353108338eca66ef75f845297d12e3ee600f4e
1 # Contributor: quantax -- contact via Arch Linux forum or AUR
2 # Contributor: rabyte <rabyte*gmail>
4 pkgname=sexypsf
5 pkgver=0.4.8
6 pkgrel=2
7 pkgdesc="A PlayStation/Portable Sound Format (PSF1) player and XMMS plugin."
8 arch=('i686' 'x86_64')
9 url="http://projects.raphnet.net/#sexypsf"
10 license=('GPL')
11 makedepends=(xmms)
12 optdepends=('xmms: for the XMMS plugin')
13 source=(http://projects.raphnet.net/$pkgname/$pkgname-$pkgver.tar.bz2)
14 md5sums=('38fc637bd044008d0f75b902b1ad0101')
16 build() {
17     cd "$srcdir/$pkgname-$pkgver/Linux"
19     make || return 1
20     cd ..
21     make || return 1
23     install -m755 -D Linux/sexypsf "$pkgdir/usr/bin/sexypsf"
24     install -m755 -D libsexypsf.so "$pkgdir/usr/lib/xmms/Input/libsexypsf.so"