2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: A GTK+ Bluetooth Yöneticisi
|
2017-10-09 18:11:07 +02:00
|
|
|
|
# URL: https://github.com/blueman-project/blueman
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
2017-12-22 23:19:06 +01:00
|
|
|
|
# Gerekler: cython intltool bluez dbus-glib gconf gtk3 notification-daemon libnotify polkit python-cairo dbus-python python-gobject startup-notification
|
|
|
|
|
# Grup: ağ
|
2017-10-09 18:11:07 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=blueman
|
|
|
|
|
surum=2.0.5
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(https://github.com/blueman-project/blueman/releases/download/2.0.5/$isim-$surum.tar.xz::$isim-$surum.tar.xz)
|
2017-10-09 18:11:07 +02:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd "${SRC}/${isim}-${surum}"
|
2017-10-09 18:11:07 +02:00
|
|
|
|
NOCONFIGURE=1 ./autogen.sh
|
2017-10-10 04:49:46 +02:00
|
|
|
|
export PYTHON=/usr/bin/python2
|
2017-10-09 18:11:07 +02:00
|
|
|
|
export CYTHONEXEC=/usr/bin/cython
|
|
|
|
|
./configure \
|
2017-10-10 04:49:46 +02:00
|
|
|
|
--prefix=/usr \
|
|
|
|
|
--sysconfdir=/etc \
|
|
|
|
|
--libexecdir=/usr/lib/$pkgname \
|
|
|
|
|
--disable-schemas-compile
|
2017-10-09 18:11:07 +02:00
|
|
|
|
make
|
|
|
|
|
make DESTDIR="${PKG}" install
|
|
|
|
|
}
|