pangomm: move so symlink into main pkg.

--HG--
extra : convert_revision : 6f964198685b9ea0086df428da900e4e99929e39
This commit is contained in:
Juan RP 2010-04-24 17:51:10 +02:00
parent 4255e8e108
commit 6ac26f0a02
2 changed files with 3 additions and 1 deletions

View File

@ -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
@ -15,6 +17,5 @@ do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/{include,share} ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/lib*.so ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/{pango*,pkgconfig} ${DESTDIR}/usr/lib
}

View File

@ -1,6 +1,7 @@
# Template build file for 'pangomm'.
pkgname=pangomm
version=2.26.1
revision=1
distfiles="${GNOME_SITE}/pangomm/2.26/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="C++ bindings for the pango library"