diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-01-06 13:40:07 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-01-06 13:40:07 +0000 |
commit | 75e594b7b877f39be78bd78f159faccfb88ee972 (patch) | |
tree | 4cee0c015217078b1eb9211fbb2b43f770ce0cac /packages/tn5250 | |
parent | 7e7e835443a7df15afd82f5206a6530840c4e1fe (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/01/06 14:35:37+01:00 mn-solutions.de!schurig
Merge http://oe-devel@openembedded.bkbits.net/openembedded
into mnz66.mn-solutions.de:/usr/src/oe/p
2005/01/06 14:32:10+01:00 mn-solutions.de!schurig
support for lib5250-0
2005/01/06 14:31:57+01:00 mn-solutions.de!schurig
MNCI Ramses specific changes
2005/01/06 14:28:19+01:00 mn-solutions.de!schurig
somy busybox fixes
2005/01/06 13:42:32+01:00 uni-frankfurt.de!mickeyl
upgrade nano to 1.3.5. some patches are no longer necessary (yay)
BKrev: 41dd3fb7i1QFp1lB2qL7jHIusO_5GA
Diffstat (limited to 'packages/tn5250')
-rw-r--r-- | packages/tn5250/tn5250_0.16.5.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/packages/tn5250/tn5250_0.16.5.bb b/packages/tn5250/tn5250_0.16.5.bb index e69de29bb2..08e2fe9fdb 100644 --- a/packages/tn5250/tn5250_0.16.5.bb +++ b/packages/tn5250/tn5250_0.16.5.bb @@ -0,0 +1,24 @@ +SECTION = "console/network" +DESCRIPTION = "tn5250 is a 5250 terminal emulator, used for connecting \ +to IBM's AS/400 (now known as eServer iSeries) midrange computers." +HOMEPAGE = "http://tn5250.sourceforge.net/" +LICENSE = "LGPL" +DEPENDS = "ncurses openssl" +PR="r1" + +SRC_URI = "${SOURCEFORGE_MIRROR}/tn5250/tn5250-${PV}.tar.gz \ + file://compile.patch;patch=1" + +inherit autotools + +PACKAGES = "lib5250-0 tn5250-dev tn5250-doc tn5250" +FILES_lib5250-0 = "${libdir}/lib*.so.*" +AUTO_LIBNAME_PKGS = "lib5250" + +do_stage() { + autotools_stage_includes + oe_libinstall -so -a -C src lib5250 ${STAGING_LIBDIR} +} + +do_install_append() { +} |