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
|
|
|
|
|
|
|
|
|
name=gnome-bluetooth
|
|
|
|
|
version=3.20.0
|
|
|
|
|
release=1
|
|
|
|
|
|
|
|
|
|
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
|
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-07-08 23:18:04 +02:00
|
|
|
|
cd $name-$version
|
|
|
|
|
./configure --prefix=/usr --enable-gtk-doc \
|
|
|
|
|
--disable-icon-update \
|
|
|
|
|
--disable-schemas-compile \
|
|
|
|
|
--disable-desktop-update
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|