updated on Thu Jan 5 13:17:10 UTC 2012
[aur-mirror.git] / orpheus / PKGBUILD
blob2294d18838949227cae458e9d64f79397087764d
1 # Contributor: Dragonlord <archlinux[at]dragonlord[.]cz>
3 pkgname=orpheus
4 pkgver=1.6
5 pkgrel=5
6 pkgdesc="Light-weight text mode menu- and window-driven audio player application for various formats."
7 arch=('i686')
8 url="http://thekonst.net/orpheus/"
9 license=('GPL')
10 depends=('ncurses' 'vorbis-tools' 'mpg123' 'libcddb' 'libxml2')
11 source=(http://thekonst.net/download/$pkgname-$pkgver.tar.bz2 \
12         orpheus-1.6-nolibghttp.patch)
14 md5sums=('1c6c07fbdd0ad9001c3f9fbf8cd68551'
15          'b0760d6c57321ad817abdbf077764f2b')
17 build() {
18   cd $startdir/src/$pkgname-$pkgver
20   patch -Np1 -i "$startdir/src/orpheus-1.6-nolibghttp.patch"
22   cd kkstrtext-0.1
23   ./configure --prefix=/usr
24   cd ../kkconsui-0.1
25   ./configure --prefix=/usr
26   cd ../
27   ./configure --prefix=/usr
29   make || return 1
30   make DESTDIR="$startdir/pkg" install