updated on Sun Jan 22 16:00:49 UTC 2012
[aur-mirror.git] / gqradio / PKGBUILD
blob9d87a2b085161f67a5a23d29ceb2cc1262462384
1 #written by daeltar, <lukas@daeltar.org>, http://daeltar.org
2 #mantenedor ramonsoares, <arch@ramonsoares.com>
3 pkgname=gqradio
4 pkgver=1.9.2
5 pkgrel=2
6 arch=('i686')
7 pkgdesc="GQradio interfaces with radio cards through the video4linux. Stations can be tuned manually, set to presets, or auto seek can find the next available frequency. The application supports theming (skins), and includes a built-in skin editor. Skin formats are similar to GQmpeg."
8 license=('GPL')
9 url="http://gqmpeg.sourceforge.net/radio.html"
10 depends=('gtk2>=2.4')
11 md5sums=('10fded1c080cadd1b260a592772bcbb6')
12 source=(http://downloads.sourceforge.net/project/gqmpeg/gqradio/1.9.2/gqradio-1.9.2.tar.gz)
14 build() {
15 cd $startdir/src/$pkgname-$pkgver
16 ./configure --prefix=/usr
17 make || return 1
18 make prefix=$startdir/pkg/usr install