summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/xlibs/libice_6.3.3.bb
blob: 13111453346f7d945490b2f6b731ec13af8743b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SECTION = "libs"
LICENSE= "MIT"
PRIORITY = "optional"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
DEPENDS = "libx11"
PROVIDES = "ice"
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
}