milis/talimatname/genel/obexd/talimat

20 lines
500 B
Plaintext
Raw Normal View History

2017-04-05 15:32:12 +02:00
# Description: Obexd paketi OBEX istemci ve sunucu işlevselliğini sağlayan D-Bus hizmetlerini içerir.
2016-02-24 01:27:23 +01:00
# URL: http://www.bluez.org/
2017-04-05 15:32:12 +02:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: bluez libical
name=obexd
version=0.48
release=1
source=(http://www.kernel.org/pub/linux/bluetooth/$name-$version.tar.xz)
build() {
cd $name-$version
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
}