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

20 lines
457 B
Plaintext
Raw Normal View History

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