summaryrefslogtreecommitdiffstats
path: root/extra/lxmenu-data/Pkgfile
blob: 03e9c535a6189b1a96caa50bca75e48ef6d41c8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description: desktop menus for LXDE
# URL:         http://lxde.org/
# Maintainer:  Bartlomiej Palmowski, maks1k at wp dot pl
# Packager: thierryn1 at hispeed dot ch
# Depends on:  intltool

name=lxmenu-data
version=0.1.1
release=1
source=(http://downloads.sourceforge.net/lxde/$name-$version.tar.gz)

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