milis/talimatname/genel/mate-icon-theme/talimat

19 lines
384 B
Plaintext
Raw Normal View History

2017-06-23 13:09:15 +02:00
# Description: MATE için simge teması
# URL: http://www.mate-desktop.org/
# Packager: yasarciv67@gmail.com
# Depends on: icon-naming-utils intltool
2017-01-24 00:43:48 +01:00
name=mate-icon-theme
2017-06-23 13:09:15 +02:00
version=1.18.2
2017-01-24 00:43:48 +01:00
release=1
2017-06-23 13:09:15 +02:00
source=(http://pub.mate-desktop.org/releases/${version%.*}/$name-$version.tar.xz)
2017-01-24 00:43:48 +01:00
build() {
2017-06-23 13:09:15 +02:00
cd $name-$version
./configure \
--prefix=/usr
make
make DESTDIR=$PKG install
2017-01-24 00:43:48 +01:00
}
2017-06-23 13:09:15 +02:00