# 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: name=gnome-backgrounds version=3.2.0 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 }