From 457ba45f1f7d291d5881f18786b6a876573a8320 Mon Sep 17 00:00:00 2001 From: piernov Date: Sat, 23 Jul 2011 00:25:03 +0200 Subject: Création du dépôt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gnome-backgrounds/Pkgfile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 gnome-backgrounds/Pkgfile (limited to 'gnome-backgrounds/Pkgfile') diff --git a/gnome-backgrounds/Pkgfile b/gnome-backgrounds/Pkgfile new file mode 100644 index 0000000..dec12bd --- /dev/null +++ b/gnome-backgrounds/Pkgfile @@ -0,0 +1,22 @@ +# Description: Collection de fichiers graphiques pouvant etre utilises comme fonds d'ecrans +# URL: http://www.gnome.org/ +# Maintainer: NuTyX GNOME team +# Packager: b at juglas dot name +# Depends on: p5-xml-parser, intltool +# Run on: p5-xml-parser,intltool + +name=gnome-backgrounds +version=3.1.2 +release=1 +source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz \ + nutyx-attapu.jpg) + +build() { + cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install + mkdir -p $PKG/usr/share/pixmaps/backgrounds/nutyx + cp ../nutyx-attapu.jpg \ + $PKG/usr/share/pixmaps/backgrounds/nutyx/attapu.jpg +} -- cgit v1.2.3-54-g00ecf