libepc: remove long_desc.
This commit is contained in:
parent
60e7871985
commit
8c84b1a32f
1 changed files with 5 additions and 13 deletions
|
@ -1,9 +1,10 @@
|
|||
# Template file for 'libepc'
|
||||
pkgname=libepc
|
||||
version=0.4.4
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
makedepends="pkg-config intltool gtk+3-devel libsoup-devel avahi-glib-libs-devel
|
||||
hostmakedepends="pkg-config intltool"
|
||||
makedepends="gtk+3-devel libsoup-devel avahi-glib-libs-devel
|
||||
avahi-ui-libs-devel gnutls-devel>=3.1.5 libuuid-devel"
|
||||
short_desc="Easy Publish and Consume Library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -11,23 +12,14 @@ license="LGPL-2.1"
|
|||
homepage="http://live.gnome.org/libepc"
|
||||
distfiles="${GNOME_SITE}/$pkgname/0.4/$pkgname-$version.tar.xz"
|
||||
checksum=4f98fc306c0f9d361e1381484744246efd084053732924741078270c49afc33b
|
||||
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."
|
||||
|
||||
libepc-devel_package() {
|
||||
depends="gtk+3-devel avahi-glib-libs-devel libsoup-devel libepc>=${version}"
|
||||
depends="gtk+3-devel avahi-glib-libs-devel libsoup-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/share/gtk-doc
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue