babl: disable introspection for now to make this build.
This commit is contained in:
parent
0ce24c1187
commit
6a57666bd5
|
@ -5,12 +5,14 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run glibc-devel
|
||||
Add_dependency run babl
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/{include,share} ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||
}
|
||||
|
|
|
@ -1,11 +1,15 @@
|
|||
# Template build file for 'babl'.
|
||||
pkgname=babl
|
||||
version=0.1.4
|
||||
revision=1
|
||||
revision=2
|
||||
distfiles="ftp://ftp.gimp.org/pub/babl/0.1/babl-${version}.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
# XXX reenable when it's fixed.
|
||||
configure_args="--disable-introspection"
|
||||
short_desc="Dynamic pixel format translation library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://gegl.org/babl/"
|
||||
license="LGPL-3"
|
||||
checksum=5b36312528de84815f054345cd478743a9493981a44060013b682d0304ffe733
|
||||
long_desc="
|
||||
babl is a dynamic, any to any, pixel format translation library.
|
||||
|
@ -19,4 +23,5 @@ long_desc="
|
|||
|
||||
subpackages="babl-devel"
|
||||
Add_dependency run glibc
|
||||
Add_dependency build gobject-introspection
|
||||
Add_dependency build pkg-config
|
||||
#Add_dependency build gobject-introspection
|
||||
|
|
Loading…
Reference in New Issue