summaryrefslogtreecommitdiffstats
path: root/gnome/gnome-applets/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'gnome/gnome-applets/Pkgfile')
-rw-r--r--gnome/gnome-applets/Pkgfile24
1 files changed, 24 insertions, 0 deletions
diff --git a/gnome/gnome-applets/Pkgfile b/gnome/gnome-applets/Pkgfile
new file mode 100644
index 000000000..7cd88da13
--- /dev/null
+++ b/gnome/gnome-applets/Pkgfile
@@ -0,0 +1,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
+
+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
+}