generic-poky/meta/packages/xorg-lib/libxaw_1.0.3.bb
Marcin Juszkiewicz 6c9d93a8c6 xorg-lib: X11 cleanup part 2: added DESCRIPTION fields, fixed DEPENDS lines, fixed order of fields
- dropped old unused recipes: libice 1.0.1, libxevie 1.0.1, libxext 1.0.1
- dependencies are cleaned as many recipes had repeated deps of own deps


git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2099 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-07-04 14:45:36 +00:00

22 lines
559 B
BlitzBasic

require xorg-lib-common.inc
DESCRIPTION = "X Athena Widget Set"
DEPENDS += "xproto virtual/libx11 libxext xextproto libxt libxmu libxpm libxp printproto libxau"
PROVIDES = "xaw"
PR = "r1"
PE = "1"
XORG_PN = "libXaw"
do_stage_append () {
ln -sf libXaw6.so.6 ${STAGING_LIBDIR}/libXaw.so.6
ln -sf libXaw7.so.7 ${STAGING_LIBDIR}/libXaw.so.7
ln -sf libXaw7.so.7 ${STAGING_LIBDIR}/libXaw.so
}
PACKAGES =+ "libxaw6 libxaw7 libxaw8"
FILES_libxaw6 = "${libdir}/libXaw6.so.6*"
FILES_libxaw7 = "${libdir}/libXaw7.so.7*"
FILES_libxaw8 = "${libdir}/libXaw8.so.8*"