updated on Thu Jan 19 16:10:29 UTC 2012
[aur-mirror.git] / uplay / PKGBUILD
blob918766495cf767671c0ab4992856228ce61e0c43
1 # Contributor: Nick B <Shirakawasuna at gmail _dot_com>
2 pkgname=uplay
3 pkgver=0.1e
4 pkgrel=1
5 pkgdesc="A Qt audio/video player inspired by Sonata (uses Phonon)."
6 arch=('i686' 'x86_64')
7 url="http://ukweb.fr/"
8 license=('GPL2')
9 depends=('qt>=4.4' 'phonon')
10 source=(http://qt-apps.org/CONTENT/content-files/107395-uplay-$pkgver.tar.gz)
11 md5sums=('ef7557961f6fdbe86847214e1d92f52d')
13 build() {
15 cd $srcdir/uplay
16 rm Makefile
17 qmake
18 make || return 1
19 install -D -m755 uplay $pkgdir/usr/bin/uplay