2009-12-03 00:34:35 +00:00
|
|
|
# Template file for 'obex-data-server'
|
|
|
|
pkgname=obex-data-server
|
2011-06-20 14:35:31 +00:00
|
|
|
version=0.4.6
|
2012-03-06 23:54:14 +00:00
|
|
|
revision=4
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-03-06 23:54:14 +00:00
|
|
|
configure_args="--enable-bip=gdk-pixbuf --enable-system-config"
|
2013-04-14 03:01:48 +00:00
|
|
|
makedepends="libglib-devel libusb-compat-devel dbus-glib-devel
|
|
|
|
libbluetooth-devel libopenobex-devel gdk-pixbuf-devel"
|
2009-12-03 00:34:35 +00:00
|
|
|
short_desc="D-Bus service providing high-level OBEX functionality"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-06-20 14:35:31 +00:00
|
|
|
homepage="http://wiki.muiline.com/obex-data-server"
|
|
|
|
license="GPL-2"
|
2013-04-14 03:01:48 +00:00
|
|
|
distfiles="http://tadas.dailyda.com/software/$pkgname-$version.tar.gz"
|
2011-06-20 14:35:31 +00:00
|
|
|
checksum=b399465ddbd6d0217abedd9411d9d74a820effa0a6a142adc448268d3920094f
|
2009-12-03 00:34:35 +00:00
|
|
|
long_desc="
|
|
|
|
$pkgname is D-Bus service providing high-level OBEX client and server side
|
|
|
|
functionality (currently supports OPP, FTP, BIP profiles, Bluetooth, USB
|
|
|
|
and TTY transports)."
|
|
|
|
|
2013-04-14 03:01:48 +00:00
|
|
|
obex-data-server_package() {
|
|
|
|
conf_files="
|
|
|
|
/etc/obex-data-server/capability.xml
|
|
|
|
/etc/obex-data-server/imaging_capabilities.xml"
|
|
|
|
replaces="obexd>=0"
|
|
|
|
conflicts="obexd>=0"
|
|
|
|
pkg_install() {
|
|
|
|
vmove etc
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|