summaryrefslogtreecommitdiffstats
path: root/gnome/gnome-applets/Pkgfile
blob: 52bce1f0db5973f311ce1bf9bc0e99e3d062f357 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Description: Petites applications fonctionnant en tâche de fond
# URL: http://www.gnome.org/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: gnome-icon-theme, gnome-panel, libgtop, gucharmap, libgweather, gst-plugins-base, hal, libgnomekbd, gucharmap, system-tools-backends, libnotify, gnome-python-desktop

name=gnome-applets
version=2.30.0
release=2
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2)

build() {
	cd $name-$version
	./configure --prefix=$GNOME_PREFIX \
		--sysconfdir=/etc \
		--localstatedir=/var/lib \
		--libexecdir=$GNOME_PREFIX/lib/gnome-applets \
		--mandir=$GNOME_PREFIX/share/man \
		--enable-mixer-applet \
		--disable-scrollkeeper \
		--disable-schemas-install
	make
	make DESTDIR=$PKG install
}