updated on Tue Jan 10 08:08:34 UTC 2012
[aur-mirror.git] / vkplayer / PKGBUILD
blob23426f2e80cc5d589e7defb99dffda8e9c55ef6f
1 pkgname=vkplayer
2 pkgver=0.08.15
3 pkgrel=1
4 pkgdesc="VKPlayer Search music, load MyAudio and Recommendations playlists, save stream while"
5 arch=(any)
6 url="http://forum.ubuntu.ru/index.php?topic=168217"
7 license=('unknown')
8 depends=('qt' 'gstreamer0.10-ffmpeg' 'gstreamer0.10-ugly' 'gstreamer0.10-ugly-plugins' 'gstreamer0.10-good-plugins')
9 makedepends=('phonon')
10 source=("https://launchpad.net/~yuberion/+archive/vkget/+files/vkplayer_0.08-15.tar.gz" "make.patch")
11 md5sums=('0fd37c1d15def8a2497e1072130fc247'
12          '2b9044fc10ff51869d5119712ee04519') #generate with 'makepkg -g'
14 build() {
15   cd "$srcdir/$pkgname/src"
16   qmake
17   patch Makefile -i ../../../make.patch 
18   make
21 check() {
22   cd "$srcdir/$pkgname/src"
23   make -k check
26 package() {
27   cd "$srcdir/$pkgname/src"
28   make INSTALL_ROOT="${pkgdir}" install