diff options
Diffstat (limited to 'gnome-backgrounds/Pkgfile')
-rw-r--r-- | gnome-backgrounds/Pkgfile | 22 |
1 files changed, 22 insertions, 0 deletions
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 +} |