18 lines
372 B
Plaintext
18 lines
372 B
Plaintext
|
# Tanım: MATE masaüstü için hesap makinesi
|
|||
|
# URL: http://www.mate-desktop.org/
|
|||
|
# Paketçi: yasarciv67@gmail.com
|
|||
|
# Gerekler: intltool itstool gtk3
|
|||
|
|
|||
|
isim=mate-calc
|
|||
|
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
|
|||
|
make
|
|||
|
make DESTDIR=$PKG install
|
|||
|
}
|