updated on Mon Jan 23 12:00:23 UTC 2012
[aur-mirror.git] / lightweight2 / PKGBUILD
blob7bfcb789893ee7c6c2fb8b25cc1d4ad187104dfe
1 # Maintainer: archtux <antonio.arias99999 at gmail.com>
3 pkgname=lightweight2
4 pkgver=1.13
5 pkgrel=1
6 pkgdesc="Very small browser using Qt libraries"
7 url="http://qt-apps.org/content/show.php/Lightweight2?content=139266"
8 arch=('i686' 'x86_64')
9 license=('GPL')
10 depends=('qt')
11 source=(http://qt-apps.org/CONTENT/content-files/139266-Lightweight2-$pkgver.tar.gz)
12 md5sums=('bffd10ba7677f45f8971b598581f1adb')
14 build() {
15    cd $srcdir/Lightweight2-$pkgver
17    qmake
18    make
19    install -Dm755 Lightweight2 $pkgdir/usr/bin/lightweight2
21    # Desktop icon
22    cd ./icons
23    install -Dm644 logo.png $pkgdir/usr/share/pixmaps/lightweight2.png
24    install -Dm644 $startdir/lightweight2.desktop $pkgdir/usr/share/applications/lightweight2.desktop