miniupnpc: remove long_desc.
This commit is contained in:
parent
040edf770e
commit
bf6f732f6d
1 changed files with 2 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'miniupnpc'
|
||||
pkgname=miniupnpc
|
||||
version=1.8
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="which"
|
||||
short_desc="A small UPnP client library/tool to access Internet Gateway Devices"
|
||||
|
@ -10,15 +10,6 @@ homepage="http://miniupnp.free.fr"
|
|||
license="BSD"
|
||||
distfiles="http://miniupnp.free.fr/files/$pkgname-$version.tar.gz"
|
||||
checksum=bc5f73c7b0056252c1888a80e6075787a1e1e9112b808f863a245483ff79859c
|
||||
long_desc="
|
||||
isl is a library for manipulating sets and relations of integer points bounded
|
||||
by linear constraints. Supported operations on sets include intersection, union,
|
||||
set difference, emptiness check, convex hull, (integer) affine hull, integer
|
||||
projection, computing the lexicographic minimum using parametric integer
|
||||
programming, coalescing and parametric vertex enumeration. It also includes an
|
||||
ILP solver based on generalized basis reduction, transitive closures on maps
|
||||
(which may encode infinite graphs), dependence analysis and bounds on piecewise
|
||||
step-polynomials."
|
||||
|
||||
do_install() {
|
||||
make PREFIX=${DESTDIR} install
|
||||
|
@ -29,7 +20,7 @@ do_install() {
|
|||
}
|
||||
|
||||
miniupnpc-devel_package() {
|
||||
depends="${sourcepkg}>=${version}"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in a new issue