summaryrefslogtreecommitdiffstats
path: root/gnome/gnome-backgrounds/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-24 12:47:42 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-10-24 12:47:42 +0200
commitdc6ed487f1b1a218eaa511c88ce3b56d31be5f58 (patch)
tree902cb73ccc841a794ed2e97e519d281819f52274 /gnome/gnome-backgrounds/Pkgfile
parent8f61f59f7a942017eb8830bcc19795e4d1ce8aee (diff)
downloadnutyx-extra-dc6ed487f1b1a218eaa511c88ce3b56d31be5f58.tar.gz
nutyx-extra-dc6ed487f1b1a218eaa511c88ce3b56d31be5f58.tar.bz2
nutyx-extra-dc6ed487f1b1a218eaa511c88ce3b56d31be5f58.tar.xz
nutyx-extra-dc6ed487f1b1a218eaa511c88ce3b56d31be5f58.zip
ajout de gnome-background#2.24.1-1
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
+}