1 # This is an example PKGBUILD file. Use this as a start to creating your own,
2 # and remove these comments. For more information, see 'man PKGBUILD'.
3 # NOTE: Please fill out the license field for your package! If it is unknown,
4 # then please put 'unknown'.
6 # Contributor: Your Name <youremail@domain.com>
10 pkgdesc="LyricZilla is a lyric player under linux"
12 url="http://lyriczilla.googlecode.com"
24 #source=($pkgname-$pkgver.tar.gz)
26 md5sums=() #generate with 'makepkg -g'
28 _svnurl="$url/svn/trunk $pkgname-read-only"
35 sed -i 's@$(libdir)/python2.5@$(libdir)/python2.6@g' lyriczilla/Makefile.in lyriczilla/Makefile.am
36 ./configure --prefix=/usr
38 make DESTDIR="$pkgdir/" install
41 # vim:set ts=2 sw=2 et: