1 # Contributer: N30N <archlinux@alunamation.com>
2 # Contributer: linkmauve <linkmauve@linkmauve.fr>
3 # Contributer: mokkurkalve <xenofil@gmail.com>
8 pkgdesc="kate is a karaoke and text codec for embedding in ogg"
9 url="http://${pkgname}.googlecode.com/"
11 arch=("i686" "x86_64")
12 depends=("libogg" "libpng" "python2")
14 optdepends=("liboggz: to build example streams, or" \
15 "ogg-tools: to build example streams" \
16 "flex: to rebuild the parser, and" \
17 "bison: to rebuild the parser" \
18 "wxpython: for KateDJ")
19 source=(http://${pkgname}.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
20 md5sums=("7489ddebedf8d9888a05496dedf83c71")
23 cd ${pkgname}-${pkgver}
25 export PYTHON="/usr/bin/python2"
26 sed "1s/python$/python2/" -i tools/KateDJ/KateDJ
28 ./configure --prefix=/usr
33 cd ${pkgname}-${pkgver}
34 make DESTDIR=${pkgdir} install
37 # vim: set noet ff=unix