summaryrefslogtreecommitdiffstats
path: root/gnome-menus/Pkgfile
blob: a2a7b9eaf0ecf2fc690ca644fa045fee9528709d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description:  contient les infos relatives au menus spécifiques de gnome
# URL: http://www.gnome.org/
# Maintainer: NuTyX GNOME team
# Packager: b at juglas dot name
# Depends on: glib,p5-xml-parser,python2,gamin,intltool,desktop-file-utils,gobject-introspection
# Run on: glib,p5-xml-parser,python2,gamin,intltool,desktop-file-utils

name=gnome-menus
version=3.0.1
release=2
source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.bz2)

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