summaryrefslogtreecommitdiffstats
path: root/gnome/gnome-backgrounds/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'gnome/gnome-backgrounds/Pkgfile')
-rw-r--r--gnome/gnome-backgrounds/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/gnome/gnome-backgrounds/Pkgfile b/gnome/gnome-backgrounds/Pkgfile
new file mode 100644
index 000000000..b1d0a13f7
--- /dev/null
+++ b/gnome/gnome-backgrounds/Pkgfile
@@ -0,0 +1,17 @@
+# Description: Collection de fichiers graphiques pouvant etre utilises comme fonds d'ecrans
+# URL: http://www.gnome.org/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: p5-xml-parser
+
+name=gnome-backgrounds
+version=2.24.1
+release=1
+source=(http://ftp.gnome.org/pub/gnome/sources/$name/2.24/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=$GNOME_PREFIX
+ make
+ make DESTDIR=$PKG install
+}