mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 18:32:12 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@341 311d38ba-8fff-0310-9ca6-ca027cbcb966
22 lines
383 B
BlitzBasic
22 lines
383 B
BlitzBasic
PV = "0.0+cvs${SRCDATE}"
|
|
LICENSE = "MIT"
|
|
SECTION = "x11/libs"
|
|
PRIORITY = "optional"
|
|
DEPENDS = "libxt libxext"
|
|
PROVIDES = "xmu"
|
|
PR = "r2"
|
|
|
|
SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xmu"
|
|
S = "${WORKDIR}/Xmu"
|
|
|
|
PACKAGES =+ "xmuu xmuu-dev"
|
|
|
|
FILES_xmuu = "${libdir}/libXmuu.so.*"
|
|
FILES_xmuu-dev = "${libdir}/libXmuu.so"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
do_stage () {
|
|
autotools_stage_all
|
|
}
|