milis/talimatname/genel/openobex/talimat

22 lines
549 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: Aygıtlar arasında ikili dosya aktarımları için kullanılan Nesne Değişimi Protokolünü uygular.
# URL: http://dev.zuckschwerdt.org/openobex/
# Packager: milisarge
# Depends on: bluez libusb docbook-xsl
name=openobex
version=1.7.2
release=1
source=( http://downloads.sourceforge.net/$name/$name-$version-Source.tar.gz)
build() {
cd $name-$version-Source
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_BUILD_TYPE=Release \
..
make
make DESTDIR=$PKG install
}