milis/talimatname/genel/b/blueman/talimat

25 lines
749 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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
}