# $Id: PKGBUILD 96678 2013-09-03 01:34:25Z bgyorgy $ # Maintainer: Bartłomiej Piotrowski # Contributor: Angel 'angvp' Velasquez # Contributor: Geoffroy Carrier pkgname=lxlauncher pkgver=0.2.2 pkgrel=4 pkgdesc='Open source clone of the Asus launcher for EeePC' arch=('i686' 'x86_64') license=('GPL2') url='http://lxde.org/' groups=('lxde') depends=('gtk2' 'startup-notification' 'lxmenu-data' 'menu-cache') makedepends=('intltool') source=(http://downloads.sourceforge.net/sourceforge/lxde/$pkgname-$pkgver.tar.gz fix-empty-launcher.patch) md5sums=('16df627447838b170a72cc3a9ee21497' '4dd715f9cccf04ef87c662cee1dcb798') prepare() { cd $pkgname-$pkgver # Fix empty launcher patch -Np1 -i ../fix-empty-launcher.patch } build() { cd $pkgname-$pkgver ./configure --sysconfdir=/etc --prefix=/usr make } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install }