summaryrefslogtreecommitdiff
path: root/community/lxlauncher/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/lxlauncher/PKGBUILD')
-rw-r--r--community/lxlauncher/PKGBUILD28
1 files changed, 28 insertions, 0 deletions
diff --git a/community/lxlauncher/PKGBUILD b/community/lxlauncher/PKGBUILD
new file mode 100644
index 000000000..42e2df8ef
--- /dev/null
+++ b/community/lxlauncher/PKGBUILD
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 93768 2013-07-10 07:02:47Z bpiotrowski $
+# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
+# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
+# Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr>
+
+pkgname=lxlauncher
+pkgver=0.2.2
+pkgrel=3
+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' 'gnome-menus' 'menu-cache' 'intltool')
+makedepends=('pkgconfig')
+source=(http://downloads.sourceforge.net/sourceforge/lxde/$pkgname-$pkgver.tar.gz)
+md5sums=('16df627447838b170a72cc3a9ee21497')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --sysconfdir=/etc --prefix=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}