babl: remove long_desc; cross build support.
This commit is contained in:
parent
300b48a287
commit
046f886d24
|
@ -1,9 +1,9 @@
|
|||
# Template build file for 'babl'.
|
||||
pkgname=babl
|
||||
version=0.1.10
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
hostmakedepends="automake libtool pkg-config vala-devel"
|
||||
makedepends="vala-devel"
|
||||
short_desc="Dynamic pixel format translation library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -11,21 +11,17 @@ homepage="http://gegl.org/babl/"
|
|||
license="LGPL-3"
|
||||
distfiles="ftp://ftp.gimp.org/pub/babl/0.1/babl-$version.tar.bz2"
|
||||
checksum=943fc36ceac7dd25bc928256bc7b535a42989c6b971578146869eee5fe5955f4
|
||||
long_desc="
|
||||
babl is a dynamic, any to any, pixel format translation library.
|
||||
|
||||
It allows converting between different methods of storing pixels known
|
||||
as pixel formats that have with different bitdepths and other data
|
||||
representations, color models and component permutations.
|
||||
|
||||
A vocabulary to formulate new pixel formats from existing primitives is
|
||||
provided as well as the framework to add new color models and data types."
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
babl-devel_package() {
|
||||
depends="babl>=${version}"
|
||||
depends="babl>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue