1 # Maintainer: Christopher Rosell <chrippa@tanuki.se>
3 # aur split package hacks
5 true && pkgname=(libupse upse123)
10 pkgdesc='UPSE is an advanced playstation sound emulator which concentrates on sound correctness'
11 arch=('i686' 'x86_64')
12 url='http://nenolod.net/projects/upse/'
15 source=("http://hg.atheme.org/unofficial/upse/archive/$pkgbase-$pkgver.tar.bz2"
17 md5sums=('fdd65d4f2a7c98f1399d2c949366d82b'
18 'c839a257ec0c7d8a3ff1e74abe18b7cf')
22 msg "Starting build..."
24 cd "$srcdir/$pkgbase-$pkgbase-$pkgver"
26 patch -p1 < "$startdir/makefile-fix.patch"
28 ./configure --prefix=/usr --disable-audplugin --enable-ao
36 cd "$srcdir/$pkgbase-$pkgbase-$pkgver/src/libupse"
37 make DESTDIR="$pkgdir/" install
41 depends=(libupse libao)
44 cd "$srcdir/$pkgbase-$pkgbase-$pkgver/src/upse123"
45 make DESTDIR="$pkgdir/" install
48 # vim:set ts=2 sw=2 et: