libcroco: update to 0.6.3.
This commit is contained in:
parent
56435fd387
commit
84a5ca5b75
2 changed files with 9 additions and 16 deletions
|
@ -5,21 +5,14 @@ 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=2
|
|
||||||
|
|
||||||
Add_dependency run pkg-config
|
|
||||||
Add_dependency run glib-devel
|
Add_dependency run glib-devel
|
||||||
Add_dependency run libxml2-devel
|
Add_dependency run libxml2-devel
|
||||||
Add_dependency run glibc-devel
|
|
||||||
Add_dependency run libcroco
|
Add_dependency run libcroco
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
local lver="0.6"
|
vmove usr/include usr
|
||||||
|
vmove usr/share usr
|
||||||
mkdir -p ${DESTDIR}/usr/lib ${DESTDIR}/usr/bin
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
vmove "usr/bin/croco-*config" usr/bin
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
|
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
|
||||||
mv ${SRCPKGDESTDIR}/usr/bin/croco-${lver}-config ${DESTDIR}/usr/bin
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,12 +1,13 @@
|
||||||
# Template build file for 'libcroco'.
|
# Template build file for 'libcroco'.
|
||||||
pkgname=libcroco
|
pkgname=libcroco
|
||||||
version=0.6.2
|
version=0.6.3
|
||||||
revision=2
|
homepage="http://www.gnome.org"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/0.6/$pkgname-$version.tar.bz2"
|
distfiles="${GNOME_SITE}/$pkgname/0.6/$pkgname-$version.tar.xz"
|
||||||
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)"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=be24853f64c09b63d39e563fb0222e29bae1a33c3d9f6cbffc0bc27669371749
|
license="LGPL-2.1"
|
||||||
|
checksum=8b7c565bf3eae1dff0a09d128fc3726acc1a492a7de23b25dce803a4f93d42c1
|
||||||
long_desc="
|
long_desc="
|
||||||
The Libcroco project is a generic Cascading Style Sheet (CSS)
|
The Libcroco project is a generic Cascading Style Sheet (CSS)
|
||||||
parsing and manipulation toolkit. It provides a Simple Api for CSS
|
parsing and manipulation toolkit. It provides a Simple Api for CSS
|
||||||
|
@ -17,4 +18,3 @@ subpackages="$pkgname-devel"
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build glib-devel
|
Add_dependency build glib-devel
|
||||||
Add_dependency build libxml2-devel
|
Add_dependency build libxml2-devel
|
||||||
Add_dependency build glibc-devel
|
|
||||||
|
|
Loading…
Reference in a new issue