diff options
Diffstat (limited to 'openembedded/packages/xlibs/ice_6.3.3.bb')
-rw-r--r-- | openembedded/packages/xlibs/ice_6.3.3.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/openembedded/packages/xlibs/ice_6.3.3.bb b/openembedded/packages/xlibs/ice_6.3.3.bb new file mode 100644 index 0000000000..7722bc4ae5 --- /dev/null +++ b/openembedded/packages/xlibs/ice_6.3.3.bb @@ -0,0 +1,17 @@ +SECTION = "libs" +LICENSE= "MIT" +PRIORITY = "optional" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" +DEPENDS = "x11" +DESCRIPTION = "X11 ICE library" +PR = "r1" + +SRC_URI = "${XLIBS_MIRROR}/libICE-${PV}.tar.bz2 \ + file://autofoo.patch;patch=1" +S = "${WORKDIR}/libICE-${PV}" + +inherit autotools pkgconfig + +do_stage () { + autotools_stage_all +} |