summaryrefslogtreecommitdiffstats
path: root/lxlauncher/Pkgfile
blob: 0657268b3a461c8595dcc51400b2e3a63999a2d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Description:  launcher pour lxde
# URL: http://lxde.org/about.html
# Maintainer: Hong Jen Yee (PCMan) pcman dot tw at gmail dot com
# Packager: geantbrun at gmail dot com
# Depends on: gtk, startup-notification, menu-cache
# Run on: gtk,startup-notification,menu-cache

name=lxlauncher
version=0.2.2
release=1
source=(http://downloads.sourceforge.net/lxde/files/$name-$version.tar.gz)

build() {
    cd $name-$version
    ./configure --prefix=/usr \
	--sysconfdir=/etc
    make
    make DESTDIR=$PKG install

}