orc: remove long_desc.
This commit is contained in:
parent
6422df0cfe
commit
dbdf34b31d
1 changed files with 2 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'orc'.
|
# Template build file for 'orc'.
|
||||||
pkgname=orc
|
pkgname=orc
|
||||||
version=0.4.18
|
version=0.4.18
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="pkg-config libtool"
|
hostmakedepends="pkg-config libtool"
|
||||||
|
@ -11,11 +11,6 @@ homepage="http://code.entropywave.com/orc/"
|
||||||
license="Simplified BSD, New BSD license"
|
license="Simplified BSD, New BSD license"
|
||||||
distfiles="http://code.entropywave.com/download/orc/orc-${version}.tar.gz"
|
distfiles="http://code.entropywave.com/download/orc/orc-${version}.tar.gz"
|
||||||
checksum=34d3c8a7259f42bed4dcfbc106c5e3d0cc8e17eeaa73128d1c5eaf92883a6a24
|
checksum=34d3c8a7259f42bed4dcfbc106c5e3d0cc8e17eeaa73128d1c5eaf92883a6a24
|
||||||
long_desc="
|
|
||||||
Orc is a library and set of tools for compiling and executing very simple
|
|
||||||
programs that operate on arrays of data. The “language” is a generic assembly
|
|
||||||
language that represents many of the features available in SIMD architectures,
|
|
||||||
including saturated addition and subtraction, and many arithmetic operations."
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
libtoolize -f
|
libtoolize -f
|
||||||
|
@ -26,7 +21,7 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
orc-devel_package() {
|
orc-devel_package() {
|
||||||
depends="orc>=${version}"
|
depends="orc>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Reference in a new issue