milis/talimatname/genel/o/obexd/talimat

21 lines
500 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: Obexd paketi OBEX istemci ve sunucu işlevselliğini sağlayan D-Bus hizmetlerini içerir.
# URL: http://www.bluez.org/
# Paketçi: milisarge
# Gerekler: bluez libical
# Grup: sistem
isim=obexd
surum=0.48
devir=2
kaynak=(http://www.kernel.org/pub/linux/bluetooth/$isim-$surum.tar.xz)
derle() {
cd $isim-$surum
sed -i 's/#include <string.h>/&\n#include <stdio.h>/' plugins/mas.c
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/obexd
make
make DESTDIR=$PKG install
}