# Description: Open source implementation of the OBEX protocol # URL: http://openobex.triq.net/ # Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve name=openobex version=1.5 release=1 source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr \ --enable-apps \ --with-syslog make make DESTDIR=$PKG install }