potrace: remove long_desc.
This commit is contained in:
parent
cf36e848a9
commit
da210038b5
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'potrace'
|
# Template file for 'potrace'
|
||||||
pkgname=potrace
|
pkgname=potrace
|
||||||
version=1.11
|
version=1.11
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
configure_args="--with-libpotrace"
|
configure_args="--with-libpotrace"
|
||||||
|
@ -11,14 +11,6 @@ license="GPL-2"
|
||||||
homepage="http://potrace.sourceforge.net"
|
homepage="http://potrace.sourceforge.net"
|
||||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||||
checksum=5aa5eb496e00206d68b67edf8f6067999a45d1b69f848c18af5cbdf8e4a17ead
|
checksum=5aa5eb496e00206d68b67edf8f6067999a45d1b69f848c18af5cbdf8e4a17ead
|
||||||
long_desc="
|
|
||||||
Potrace(TM) is a tool for tracing a bitmap, which means, transforming a
|
|
||||||
bitmap into a smooth, scalable image. The input is a bitmap (PBM, PGM,
|
|
||||||
PPM, or BMP format), and the default output is an encapsulated PostScript
|
|
||||||
file (EPS). A typical use is to create EPS files from scanned data, such
|
|
||||||
as company or university logos, handwritten notes, etc. The resulting image
|
|
||||||
is not "jaggy" like a bitmap, but smooth. It can then be rendered at any
|
|
||||||
resolution."
|
|
||||||
|
|
||||||
libpotrace_package() {
|
libpotrace_package() {
|
||||||
short_desc+=" - runtime library"
|
short_desc+=" - runtime library"
|
||||||
|
|
Loading…
Reference in New Issue