libev: remove long_desc.

This commit is contained in:
Juan RP 2014-02-20 17:17:47 +01:00
parent 8c84b1a32f
commit 44ba2437ea
1 changed files with 3 additions and 7 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'libev'
pkgname=libev
version=4.15
revision=3
revision=4
build_style=gnu-configure
short_desc="High-performance event loop loosely modelled after libevent"
maintainer="davehome <davehome@redthumb.info.tm>"
@ -9,11 +9,6 @@ license="GPL-2, BSD"
homepage="http://software.schmorp.de/pkg/${pkgname}.html"
distfiles="http://dist.schmorp.de/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=b2dd43a073556f5350cbed05b6ef444dcc4b563f4e0b1009d7bf448261606feb
long_desc="
A full-featured and high-performance (see benchmark) event loop that is
loosely modelled after libevent, but without its limitations and bugs. It is
used, among others, in the GNU Virtual Private Ethernet and rxvt-unicode
packages, and in the Deliantra MORPG Server and Client."
post_install() {
# Conflicts with libevent, not necessary.
@ -21,10 +16,11 @@ post_install() {
}
libev-devel_package() {
depends="libev>=${version}"
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - Development files"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
}
}