21 lines
460 B
Plaintext
21 lines
460 B
Plaintext
|
# Tanım: Basit bir pencere yönetim aracı
|
|||
|
# URL: http://www.mate-desktop.org/
|
|||
|
# Paketçi: yasarciv67@gmail.com
|
|||
|
# Gerekler: intltool libfakekey mate-panel
|
|||
|
# Grup: mate
|
|||
|
|
|||
|
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
|
|||
|
}
|