aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libcroco/libcroco_0.6.0.bb
blob: 465346cd5d116b857818cb84cf69ed8e633f1e3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "The Libcroco project is an effort to build a generic Cascading Style Sheet (CSS) parsing and manipulation toolkit"
SECTION = "x11/utils"
MAINTAINER = "Koen Kooi <koen@linuxtogo.org>"
DEPENDS = "glib-2.0 libxml2"
LICENSE = "LGPL"
PR = "r2"

inherit autotools pkgconfig gnome

SRC_URI_append = " file://croco.patch;patch=1 "

do_stage() {
	install -d ${STAGING_LIBDIR}
	install -d ${STAGING_INCDIR}/libcroco
	install -m 644 src/*.h ${STAGING_INCDIR}/libcroco/
	install -m 755 src/.libs/*so* ${STAGING_LIBDIR}/
}