Skip to content

Commit

Permalink
telepathy-farsight: new package
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel Martin <[email protected]>
  • Loading branch information
tSed committed Jun 23, 2014
1 parent d2bf1a6 commit a45edf7
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions package/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -786,6 +786,7 @@ menu "Networking"
source "package/rtmpdump/Config.in"
source "package/slirp/Config.in"
source "package/snmppp/Config.in"
source "package/telepathy-farsight/Config.in"
source "package/thrift/Config.in"
source "package/usbredir/Config.in"
source "package/wvstreams/Config.in"
Expand Down
18 changes: 18 additions & 0 deletions package/telepathy-farsight/Config.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
config BR2_PACKAGE_TELEPATHY_FARSIGHT
bool "telepathy-farsight"
depends on BR2_USE_WCHAR # libglib2
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
depends on BR2_USE_MMU # libglib2
select BR2_PACKAGE_LIBGLIB2
select BR2_PACKAGE_DBUS
select BR2_PACKAGE_DBUS_GLIB
select BR2_PACKAGE_FARSIGHT2
help
Farsight connection manager for the Telepathy framework.

http://telepathy.freedesktop.org
http://telepathy.freedesktop.org/doc/telepathy-farsight/

comment "telepathy-farsight needs a toolchain w/ wchar, threads"
depends on BR2_USE_MMU
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
20 changes: 20 additions & 0 deletions package/telepathy-farsight/telepathy-farsight.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
################################################################################
#
# telepathy-farsight
#
################################################################################

TELEPATHY_FARSIGHT_VERSION = 0.0.19
TELEPATHY_FARSIGHT_SITE = http://telepathy.freedesktop.org/releases/telepathy-farsight
TELEPATHY_FARSIGHT_LICENSE = LGPLv2.1
TELEPATHY_FARSIGHT_LICENSE_FILES = COPYING
TELEPATHY_FARSIGHT_INSTALL_STAGING = YES
TELEPATHY_FARSIGHT_DEPENDENCIES = host-pkgconf \
dbus dbus-glib \
libglib2 \
telepathy-glib \
farsight2
TELEPATHY_FARSIGHT_CONF_OPT = \
--disable-python

$(eval $(autotools-package))

0 comments on commit a45edf7

Please sign in to comment.