mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 23:39:40 +01:00
18 lines
454 B
BlitzBasic
18 lines
454 B
BlitzBasic
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 () {
|
|
oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
|
|
}
|