libcroco: move so symlink into main pkg.
--HG-- extra : convert_revision : 54e571d1a0ed2b94517b153c257c55f795a3f471
This commit is contained in:
parent
d2ef519904
commit
23770e2add
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ 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
|
revision=2
|
||||||
|
|
||||||
Add_dependency run pkg-config
|
Add_dependency run pkg-config
|
||||||
Add_dependency run glib-devel
|
Add_dependency run glib-devel
|
||||||
|
@ -20,7 +20,6 @@ do_install()
|
||||||
mkdir -p ${DESTDIR}/usr/lib ${DESTDIR}/usr/bin
|
mkdir -p ${DESTDIR}/usr/lib ${DESTDIR}/usr/bin
|
||||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
|
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.so ${DESTDIR}/usr/lib
|
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/bin/croco-${lver}-config ${DESTDIR}/usr/bin
|
mv ${SRCPKGDESTDIR}/usr/bin/croco-${lver}-config ${DESTDIR}/usr/bin
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Template build file for 'libcroco'.
|
# Template build file for 'libcroco'.
|
||||||
pkgname=libcroco
|
pkgname=libcroco
|
||||||
version=0.6.2
|
version=0.6.2
|
||||||
|
revision=1
|
||||||
distfiles="${GNOME_SITE}/$pkgname/0.6/$pkgname-$version.tar.bz2"
|
distfiles="${GNOME_SITE}/$pkgname/0.6/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="Toolkit to parse and manipulate CSS (Cascading Style Sheets)"
|
short_desc="Toolkit to parse and manipulate CSS (Cascading Style Sheets)"
|
||||||
|
|
Loading…
Reference in a new issue