updated on Mon Jan 23 12:00:23 UTC 2012
[aur-mirror.git] / hfp / PKGBUILD
blob79b0da7552cbb0ef06e7294065dc3cb99e6765ac
1 # Contributor: Bernhard Walle <bernhard@bwalle.de>
2 # AUR Category: x11
3 pkgname=hfp
4 pkgver=0.5.0
5 pkgrel=0
6 pkgdesc="Hoerfahrplanprogramm"
7 license="GPL"
8 depends=(qt)
9 url="http://www.bwalle.de"
10 arch=(i686 x86_64)
11 source=(http://www.bwalle.de/programme/hfp/$pkgname-$pkgver.tar.bz2)
12 md5sums=('772eea223bce3e2b3fe36ea583462f6e')
14 build() {
15   cd $startdir/src/$pkgname-$pkgver
16   mkdir build
17   cd build
18   cmake -DCMAKE_INSTALL_PREFIX=/usr ..
19   make || return 1
20   make DESTDIR=$pkgdir install