25 lines
749 B
Plaintext
25 lines
749 B
Plaintext
# Tanım: A GTK+ Bluetooth Yöneticisi
|
||
# URL: https://github.com/blueman-project/blueman
|
||
# Paketçi: milisarge
|
||
# Gerekler: cython intltool bluez dbus-glib gconf gtk3 notification-daemon libnotify polkit python-cairo dbus-python python-gobject startup-notification
|
||
# Grup: ağ
|
||
|
||
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)
|
||
|
||
derle() {
|
||
cd "${SRC}/${isim}-${surum}"
|
||
NOCONFIGURE=1 ./autogen.sh
|
||
export PYTHON=/usr/bin/python2
|
||
export CYTHONEXEC=/usr/bin/cython
|
||
./configure \
|
||
--prefix=/usr \
|
||
--sysconfdir=/etc \
|
||
--libexecdir=/usr/lib/$pkgname \
|
||
--disable-schemas-compile
|
||
make
|
||
make DESTDIR="${PKG}" install
|
||
}
|