milis/talimatname/genel/obex-data-server/talimat

26 lines
658 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.

# Description: OBEX Veri Sunucusu paketi, üst düzey OBEX istemci ve sunucu tarafında işlevsellik sağlayan D-Bus servisini içerir.
# URL: http://tadas.dailyda.com
# Packager: milisarge
# Depends on: bluez dbus-glib imagemagick gdk-pixbuf libusb-compat openobex
name=obex-data-server
version=0.4.6
release=1
source=(http://tadas.dailyda.com/software/$name-$version.tar.gz
http://www.linuxfromscratch.org/patches/downloads/$name/$name-$version-build-fixes-1.patch)
build() {
cd $name-$version
patch -Np1 -i $SRC/obex-data-server-0.4.6-build-fixes-1.patch
./configure --prefix=/usr --sysconfdir=/etc
make
make DESTDIR=$PKG install
}