milis/talimatname/genel/b/blueman/talimat

25 lines
749 B
Text
Raw Normal View History

2017-10-27 21:46:27 +03:00
# Tanım: A GTK+ Bluetooth Yöneticisi
2017-10-09 19:11:07 +03:00
# URL: https://github.com/blueman-project/blueman
2017-10-27 21:46:27 +03:00
# Paketçi: milisarge
2017-12-23 00:19:06 +02: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 19:11:07 +03:00
2017-10-28 15:10:23 +03: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 19:11:07 +03:00
2017-10-28 00:59:41 +03:00
derle() {
2017-10-28 15:10:23 +03:00
cd "${SRC}/${isim}-${surum}"
2017-10-09 19:11:07 +03:00
NOCONFIGURE=1 ./autogen.sh
2017-10-10 05:49:46 +03:00
export PYTHON=/usr/bin/python2
2017-10-09 19:11:07 +03:00
export CYTHONEXEC=/usr/bin/cython
./configure \
2017-10-10 05:49:46 +03:00
--prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/$pkgname \
--disable-schemas-compile
2017-10-09 19:11:07 +03:00
make
make DESTDIR="${PKG}" install
}