18 lines
369 B
Plaintext
18 lines
369 B
Plaintext
# Description: GNOME için arkaplan resim ve verileri
|
|
# URL: http://www.gnome.org/
|
|
# Packager: yasarciv67@gmail.com
|
|
# Depends on: intltool
|
|
|
|
name=gnome-backgrounds
|
|
version=3.22.1
|
|
release=1
|
|
|
|
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version:0:4}/$name-$version.tar.xz)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
./configure --prefix=/usr
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|