blob: cb02b0fb3e4057d643a005741b19d667afe54a14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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.4.2
release=1
source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}
|