31 lines
1,001 B
Text
31 lines
1,001 B
Text
# Template file for 'libepc'
|
|
pkgname=libepc
|
|
version=0.4.2
|
|
homepage="http://live.gnome.org/libepc"
|
|
distfiles="${GNOME_SITE}/$pkgname/0.4/$pkgname-$version.tar.xz"
|
|
build_style=gnu-configure
|
|
revision=1
|
|
short_desc="Easy Publish and Consume Library"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="LGPL-2.1"
|
|
checksum=3dff25a7f2f0d024b7609389f13664789b0ab45a0e5740908395e3d49cceefc2
|
|
long_desc="
|
|
The Easy Publish and Consume library provides an easy method to:
|
|
|
|
* publish data using HTTPS: EpcPublisher
|
|
* announce that information via DNS-SD: EpcDispatcher
|
|
* find that information: EpcConsumer
|
|
* and finally consume it
|
|
|
|
You can use this library as a key/value store published to the network,
|
|
using encryption, authentication and service discovery."
|
|
|
|
subpackages="$pkgname-devel"
|
|
|
|
|
|
Add_dependency build pkg-config
|
|
Add_dependency build intltool
|
|
Add_dependency build gtk+3-devel
|
|
Add_dependency build libsoup-devel
|
|
Add_dependency build avahi-glib-libs-devel
|
|
Add_dependency build avahi-ui-libs-devel
|