milis/talimatname/genel/c/caja-extensions/talimat

19 lines
360 B
Text
Raw Permalink Normal View History

2017-10-27 21:46:27 +03:00
# Tanım: Caja eklentileri
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: caja gupnp
2018-07-20 11:01:08 +03:00
# Grup: sistem
2017-01-24 01:43:48 +02:00
2017-10-28 15:10:23 +03:00
isim=caja-extensions
2018-02-10 03:28:04 +03:00
surum=1.20.0
2017-10-28 15:10:23 +03:00
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 \
--prefix=/usr
make
make DESTDIR=$PKG install
2017-01-24 01:43:48 +02:00
}