2018-06-09 00:06:58 +02:00
|
|
|
|
# Tanım: Basit bir pencere yönetim aracı
|
|
|
|
|
# URL: http://www.mate-desktop.org/
|
|
|
|
|
# Paketçi: yasarciv67@gmail.com
|
|
|
|
|
# Gerekler: intltool libfakekey mate-panel
|
2018-07-20 09:57:54 +02:00
|
|
|
|
# Grup: sistem
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
isim=mate-netbook
|
|
|
|
|
surum=1.20.0
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(http://pub.mate-desktop.org/releases/${surum%.*}/$isim-$surum.tar.xz)
|
|
|
|
|
|
|
|
|
|
derle() {
|
|
|
|
|
cd $isim-$surum
|
|
|
|
|
./configure \
|
|
|
|
|
--prefix=/usr \
|
|
|
|
|
--libexec=/usr/lib/$isim \
|
|
|
|
|
--sysconfdir=/etc
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|