pangomm: move so symlink into main pkg.
--HG-- extra : convert_revision : 6f964198685b9ea0086df428da900e4e99929e39
This commit is contained in:
parent
4255e8e108
commit
6ac26f0a02
|
@ -5,6 +5,8 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
revision=1
|
||||||
|
|
||||||
Add_dependency run pkg-config
|
Add_dependency run pkg-config
|
||||||
Add_dependency run glibmm-devel
|
Add_dependency run glibmm-devel
|
||||||
Add_dependency run cairomm-devel
|
Add_dependency run cairomm-devel
|
||||||
|
@ -15,6 +17,5 @@ do_install()
|
||||||
{
|
{
|
||||||
mkdir -p ${DESTDIR}/usr/lib
|
mkdir -p ${DESTDIR}/usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/{include,share} ${DESTDIR}/usr
|
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
|
mv ${SRCPKGDESTDIR}/usr/lib/{pango*,pkgconfig} ${DESTDIR}/usr/lib
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Template build file for 'pangomm'.
|
# Template build file for 'pangomm'.
|
||||||
pkgname=pangomm
|
pkgname=pangomm
|
||||||
version=2.26.1
|
version=2.26.1
|
||||||
|
revision=1
|
||||||
distfiles="${GNOME_SITE}/pangomm/2.26/$pkgname-$version.tar.bz2"
|
distfiles="${GNOME_SITE}/pangomm/2.26/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="C++ bindings for the pango library"
|
short_desc="C++ bindings for the pango library"
|
||||||
|
|
Loading…
Reference in New Issue