# 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

name=gnome-applets
version=2.26.3
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/2.26/$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 \
		--disable-scrollkeeper \
		--disable-schemas-install
	make
	make DESTDIR=$PKG install
	rm -rf $PKG/var
}