updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / hayaku / PKGBUILD
blobb6d7d3e9e10d321b839844d5bdef070ef23f2ca0
1 # Contributor: Shaika-Dzari <shaikadzari@gmail.com>
2 pkgname=hayaku
3 pkgver=1.5.2
4 pkgrel=1
5 pkgdesc="Application launcher"
6 arch=('i686' 'x86_64')
7 url="http://www.4nakama.net/projet.php"
8 license=('GPL')
9 depends=('qt')
10 source=(http://www.4nakama.net/download/$pkgname-$pkgver.tar.bz2
11                 hayaku.desktop)
12 md5sums=('5f5b52add9163be64240eab3e8f0f499'
13          '61f159ce7af2ceebf8e1e1a763fc0b4e')
15 build() {
16   cd "$startdir/src/$pkgname-$pkgver"
18   qmake -config release
19   make || return 1
21   # Executable
22   install -Dm755 bin/hayaku $startdir/pkg/usr/bin/hayaku
23   
24   # .desktop file
25   install -Dm644 $startdir/src/hayaku.desktop $startdir/pkg/usr/share/applications/hayaku.desktop
27   # Icon
28   install -Dm644 ui/hayaku.png $startdir/pkg/usr/share/pixmaps/hayaku.png