milis/talimatname/genel/gnome-icon-theme-extras/talimat

18 lines
375 B
Plaintext
Raw Normal View History

2017-07-25 22:21:02 +02:00
# Description: GNOME simge teması ekstralaraı
# URL: http://www.gnome.org/
# Packager: yasarciv67@gmail.com
# Depends on: gnome-icon-theme
name=gnome-icon-theme-extras
version=3.12.0
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}