21 lines
543 B
Plaintext
21 lines
543 B
Plaintext
# Tanım: GNOME Bluetooth altsistemi.
|
||
# URL: https://wiki.gnome.org/Projects/GnomeBluetooth
|
||
# Paketçi: yasarciv67@gmail.com
|
||
# Gerekler: itstool gtk3 gobject-introspection bluez gtk-doc libnotify libcanberra gtk-update-icon-cache
|
||
|
||
isim=gnome-bluetooth
|
||
surum=3.20.0
|
||
devir=1
|
||
|
||
kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${surum%.*}/$isim-$surum.tar.xz)
|
||
|
||
derle() {
|
||
cd $isim-$surum
|
||
./configure --prefix=/usr --enable-gtk-doc \
|
||
--disable-icon-update \
|
||
--disable-schemas-compile \
|
||
--disable-desktop-update
|
||
make
|
||
make DESTDIR=$PKG install
|
||
}
|