diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
commit | a780643c4b6aa11e1a36965a69df7116477c7b4c (patch) | |
tree | 17e81e77bde19931facf9b30fa5b5981df796071 /rdesktop | |
parent | 88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff) |
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb
2004/12/07 04:58:25-06:00 ti.com!kergoth
More updates per the core rename.
2004/12/07 04:46:51-06:00 ti.com!kergoth
Update soundtracker per the core rename.
2004/12/07 04:44:14-06:00 ti.com!kergoth
Merge
2004/12/07 04:42:38-06:00 ti.com!kergoth
Updates per the recent rename of the oe core from 'oe' to 'bitbake'.
BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'rdesktop')
-rw-r--r-- | rdesktop/rdesktop_1.3.1.bb | 0 | ||||
-rw-r--r-- | rdesktop/rdesktop_1.3.1.oe | 37 | ||||
-rw-r--r-- | rdesktop/rdesktop_cvs.bb | 0 | ||||
-rw-r--r-- | rdesktop/rdesktop_cvs.oe | 16 |
4 files changed, 0 insertions, 53 deletions
diff --git a/rdesktop/rdesktop_1.3.1.bb b/rdesktop/rdesktop_1.3.1.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/rdesktop/rdesktop_1.3.1.bb diff --git a/rdesktop/rdesktop_1.3.1.oe b/rdesktop/rdesktop_1.3.1.oe deleted file mode 100644 index 5a0d679a74..0000000000 --- a/rdesktop/rdesktop_1.3.1.oe +++ /dev/null @@ -1,37 +0,0 @@ -# rdesktop OE build file -# Copyright (C) 2004, Advanced Micro Devices, Inc. All Rights Reserved -# Released under the MIT license (see packages/COPYING) - -DESCRIPTION = "RDesktop is a X11 based RDP client" -HOMEPAGE = "http://www.rdesktop.org/" -LICENSE = "GPL" -DEPENDS = "x11 openssl" -RDEPENDS= "openssl" -SECTION = "x11/network" - -SRC_URI="${SOURCEFORGE_MIRROR}/rdesktop/rdesktop-${PV}.tar.gz \ - file://configure.patch;patch=1" - -# Note - rdesktop 1.3.1 doesn't use autotools - don't make the same -# mistakes I did.. :) - -do_configure() { - ${S}/configure \ - --prefix=${prefix} \ - --exec-prefix=${exec_prefix} \ - --bindir=${bindir} \ - --mandir=${mandir} \ - --sharedir=${datadir} \ - --with-x=${STAGING_DIR}/${HOST_SYS} \ - --with-openssl=${STAGING_DIR}/${HOST_SYS} \ - --with-oss \ - --without-debug -} - -do_compile() { - oe_runmake 'KEYMAP_PATH=${datadir}/keymaps/' -} - -do_install() { - oe_runmake DESTDIR=${D} install -} diff --git a/rdesktop/rdesktop_cvs.bb b/rdesktop/rdesktop_cvs.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/rdesktop/rdesktop_cvs.bb diff --git a/rdesktop/rdesktop_cvs.oe b/rdesktop/rdesktop_cvs.oe deleted file mode 100644 index 043f7e7161..0000000000 --- a/rdesktop/rdesktop_cvs.oe +++ /dev/null @@ -1,16 +0,0 @@ -DESCRIPTION = "Rdesktop rdp client for X" -DEPENDS = "x11 openssl" -HOMEPAGE = "http://www.rdesktop.org" -SECTION = "x11/network" -MAINTAINER = "Adrian Davey <ade@beth2.org> -LICENSE = "GPL" -PV = "1.3.1cvs${CVSDATE}" -PR = "r1" - -SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/rdesktop;module=rdesktop" -S = "${WORKDIR}/rdesktop" - -inherit autotools - -EXTRA_OECONF = "--with-openssl=${STAGING_LIBDIR}/.. " - |