milis/talimatname/genel/g/gnome-bluetooth/talimat

21 lines
543 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: GNOME Bluetooth altsistemi.
2017-07-08 23:18:04 +02:00
# URL: https://wiki.gnome.org/Projects/GnomeBluetooth
2017-10-27 20:46:27 +02:00
# Paketçi: yasarciv67@gmail.com
# Gerekler: itstool gtk3 gobject-introspection bluez gtk-doc libnotify libcanberra gtk-update-icon-cache
2017-07-08 23:18:04 +02:00
2017-10-28 14:10:23 +02:00
isim=gnome-bluetooth
surum=3.20.0
devir=1
2017-07-08 23:18:04 +02:00
2017-10-28 14:10:23 +02:00
kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${surum%.*}/$isim-$surum.tar.xz)
2017-07-08 23:18:04 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2017-07-08 23:18:04 +02:00
./configure --prefix=/usr --enable-gtk-doc \
--disable-icon-update \
--disable-schemas-compile \
--disable-desktop-update
make
make DESTDIR=$PKG install
}