2009-04-21 23:41:55 +02:00
|
|
|
# Template build file for 'libcroco'.
|
|
|
|
pkgname=libcroco
|
2012-10-26 06:11:32 +02:00
|
|
|
version=0.6.8
|
2013-03-26 09:14:58 +01:00
|
|
|
revision=2
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2013-03-26 09:14:58 +01:00
|
|
|
hostmakedepends="pkg-config"
|
|
|
|
makedepends="libglib-devel libxml2-devel"
|
2009-04-21 23:41:55 +02:00
|
|
|
short_desc="Toolkit to parse and manipulate CSS (Cascading Style Sheets)"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-11-15 09:20:47 +01:00
|
|
|
license="LGPL-2.1"
|
2012-09-18 09:33:08 +02:00
|
|
|
homepage="http://www.gnome.org"
|
|
|
|
distfiles="${GNOME_SITE}/$pkgname/0.6/$pkgname-$version.tar.xz"
|
2012-10-26 06:11:32 +02:00
|
|
|
checksum=ea6e1b858c55219cefd7109756bff5bc1a774ba7a55f7d3ccd734d6b871b8570
|
2009-04-21 23:41:55 +02:00
|
|
|
long_desc="
|
|
|
|
The Libcroco project is a generic Cascading Style Sheet (CSS)
|
|
|
|
parsing and manipulation toolkit. It provides a Simple Api for CSS
|
|
|
|
and Cascading Style Sheet Object Model parser, a CSS2 selection
|
|
|
|
engine, and an XML/CSS layout/rendering engine."
|
2013-04-13 10:15:49 +02:00
|
|
|
|
|
|
|
libcroco-devel_package() {
|
|
|
|
depends="glib-devel libxml2-devel ${sourcepkg}-${version}_${revision}"
|
|
|
|
short_desc="${short_desc} -- development files"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/share
|
|
|
|
vmove "usr/lib/*.a"
|
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
vmove "usr/bin/croco-*config"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
libcroco_package() {
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|