milis/talimatname/genel/gnome-backgrounds/talimat

18 lines
369 B
Plaintext
Raw Normal View History

2017-07-25 22:21:02 +02:00
# 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
}