pangomm-devel: explicitly disable documentation.
This commit is contained in:
parent
a0ea610634
commit
e28671b294
|
@ -5,6 +5,8 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run pkg-config
|
||||
Add_dependency run glibmm-devel
|
||||
Add_dependency run cairomm-devel
|
||||
|
@ -14,6 +16,6 @@ Add_dependency run pangomm
|
|||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/{include,share} ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/{pango*,pkgconfig} ${DESTDIR}/usr/lib
|
||||
}
|
||||
|
|
|
@ -3,6 +3,7 @@ pkgname=pangomm
|
|||
version=2.28.2
|
||||
distfiles="${GNOME_SITE}/pangomm/2.28/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--disable-documentation"
|
||||
short_desc="C++ bindings for the pango library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=ec1d97245eada5cf18d0e7af3f6e31498f25623b4a354589d631d2dff92fd88f
|
||||
|
|
Loading…
Reference in New Issue