Merge commit 'origin/opendreambox-1.6' into vuplus-1.6
[vuplus_openembedded] / recipes / libsexy / libsexy.inc
1 DESCRIPTION = "Libsexy is a collection of GTK+ widgets that extend the functionality of such standard widgets as GtkEntry and GtkLabel"
2 HOMEPAGE = "http://wiki.chipx86.com/wiki/Libsexy"
3 AUTHOR = "Christian Hammond <chipx86@chipx86.com>"
4 SECTION = "x11/libs"
5
6 DEPENDS = "gtk+ enchant libxml2"
7
8 SRC_URI = "http://releases.chipx86.com/libsexy/${PN}/${PN}-${PV}.tar.gz \
9            file://libsexy-pkgconfig-fixes.patch;patch=1"
10
11 inherit autotools pkgconfig
12
13 do_stage() {
14 autotools_stage_all
15 }
16
17