milis/talimatname/genel/m/mate-netbook/talimat

20 lines
447 B
Text
Raw Normal View History

2017-10-27 21:46:27 +03:00
# Tanım: Basit bir pencere yönetim aracı
2017-06-23 14:09:15 +03:00
# URL: http://www.mate-desktop.org/
2017-10-27 21:46:27 +03:00
# Paketçi: yasarciv67@gmail.com
# Gerekler: intltool libfakekey mate-panel
2017-01-24 01:43:48 +02:00
2017-10-28 15:10:23 +03:00
isim=mate-netbook
surum=1.18.0
devir=1
kaynak=(http://pub.mate-desktop.org/releases/${surum%.*}/$isim-$surum.tar.xz)
2017-01-24 01:43:48 +02:00
2017-10-28 00:59:41 +03:00
derle() {
2017-10-28 15:10:23 +03:00
cd $isim-$surum
2017-06-23 14:09:15 +03:00
./configure \
2017-01-24 01:43:48 +02:00
--prefix=/usr \
2017-10-28 15:10:23 +03:00
--libexec=/usr/lib/$isim \
2017-06-23 14:09:15 +03:00
--sysconfdir=/etc
make
make DESTDIR=$PKG install
2017-01-24 01:43:48 +02:00
}