diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-05-01 09:53:55 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-05-01 09:53:55 +0000 |
commit | 9287ce17cebd62ca978747f1b0818a42b82d151b (patch) | |
tree | 55b72d70b872cb4b7282252d44179e30325df02f | |
parent | e4bdb431f0c49e35373261541e94fc5181ba6fa1 (diff) |
libxaw: added 1.0.3
-rw-r--r-- | packages/xorg-lib/libxaw_1.0.3.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/xorg-lib/libxaw_1.0.3.bb b/packages/xorg-lib/libxaw_1.0.3.bb new file mode 100644 index 0000000000..7e7f91b82f --- /dev/null +++ b/packages/xorg-lib/libxaw_1.0.3.bb @@ -0,0 +1,21 @@ +require xorg-lib-common.inc + +DESCRIPTION = "Xaw is the X Athena Widget Set." +DEPENDS += " xproto virtual/libx11 libxext xextproto libxt libxmu libxpm libxp printproto libxau" +PROVIDES = "xaw" +PE = "1" + +XORG_PN = "libXaw" + +do_stage () { + autotools_stage_all + 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*" |