diff options
| author | Greg Gilbert <greg@treke.net> | 2004-11-20 22:09:15 +0000 |
|---|---|---|
| committer | Greg Gilbert <greg@treke.net> | 2004-11-20 22:09:15 +0000 |
| commit | bdaf582b400a65e2476de4ac29ec31cc6197b7f7 (patch) | |
| tree | 1cbae6e65d48497121d07706c7667202d049b2b1 | |
| parent | cbc3b4bf92f8e0ebff234609bd057664da925183 (diff) | |
Merging
2004/11/20 14:07:46-08:00 treke.net!ggilbert
Many files:
Adding License
2004/11/19 19:49:44-08:00 treke.net!ggilbert
Merge bk://openembedded@openembedded.bkbits.net/packages-devel
into olddog.home.treke.net:/home/ggilbert/oe/packages
2004/11/19 15:14:06-08:00 treke.net!ggilbert
Many files:
Adding Licenses
BKrev: 419fc08b7iR3pqDDSd3V4Ok3hOoSmw
63 files changed, 94 insertions, 2 deletions
diff --git a/dasher/dasher-gpe_0.0cvs20040828.oe b/dasher/dasher-gpe_0.0cvs20040828.oe index c673f1db01..02cc2fc6b6 100644 --- a/dasher/dasher-gpe_0.0cvs20040828.oe +++ b/dasher/dasher-gpe_0.0cvs20040828.oe @@ -1,4 +1,5 @@ +LICENSE="GPL" PR = "r1" DEPENDS = "libxsettings-client libglade xtst gconf gtk+" SECTION = "gpe" diff --git a/dbus/dbus_0.20.oe b/dbus/dbus_0.20.oe index ab106f4f52..dae1b85a0d 100644 --- a/dbus/dbus_0.20.oe +++ b/dbus/dbus_0.20.oe @@ -2,6 +2,7 @@ SECTION = "base" HOMEPAGE = "http://www.freedesktop.org/Software/dbus" DESCRIPTION = "message bus system for applications to talk to one another" DEPENDS = "expat glib-2.0" +LICENSE = "GPL" SRC_URI = "http://freedesktop.org/Software/dbus/releases/dbus-${PV}.tar.gz \ file://cross.patch;patch=1" diff --git a/dbus/dbus_0.21.oe b/dbus/dbus_0.21.oe index d16c4b756b..b681cd145a 100644 --- a/dbus/dbus_0.21.oe +++ b/dbus/dbus_0.21.oe @@ -3,6 +3,7 @@ PR = "r4" HOMEPAGE = "http://www.freedesktop.org/Software/dbus" DESCRIPTION = "message bus system for applications to talk to one another" DEPENDS = "expat glib-2.0" +LICENSE = "GPL" SRC_URI = "http://freedesktop.org/Software/dbus/releases/dbus-${PV}.tar.gz \ file://cross.patch;patch=1 \ diff --git a/dbus/dbus_0.22.oe b/dbus/dbus_0.22.oe index 7b1ac00add..1d61572f77 100644 --- a/dbus/dbus_0.22.oe +++ b/dbus/dbus_0.22.oe @@ -2,6 +2,7 @@ SECTION = "base" PR = "r3" HOMEPAGE = "http://www.freedesktop.org/Software/dbus" DESCRIPTION = "message bus system for applications to talk to one another" +LICENSE = "GPL" DEPENDS = "expat glib-2.0" SRC_URI = "http://freedesktop.org/Software/dbus/releases/dbus-${PV}.tar.gz \ diff --git a/dcron/dcron_2.3.3.oe b/dcron/dcron_2.3.3.oe index c0587ffd6c..9e172a3bbc 100644 --- a/dcron/dcron_2.3.3.oe +++ b/dcron/dcron_2.3.3.oe @@ -1,5 +1,6 @@ SECTION = "base" DESCRIPTION = "Dillon's Cron is a multi-user cron written from scratch, \ +LICENSE = "GPL" similar to vixie-cron but with major differences." SRC_URI = "http://ibiblio.org/pub/Linux/system/daemons/cron/dcron-${PV}.tar.gz \ diff --git a/ddclient/ddclient_3.6.3.oe b/ddclient/ddclient_3.6.3.oe index 3c5d27a441..a038dc5bea 100644 --- a/ddclient/ddclient_3.6.3.oe +++ b/ddclient/ddclient_3.6.3.oe @@ -4,6 +4,7 @@ HOMEPAGE = "http://ddclient.sourceforge.net/" MAINTAINER = "Bruno Randolf <bruno.randolf@4g-systems.biz>" SRC_URI = "${SOURCEFORGE_MIRROR}/ddclient/ddclient.tar.bz2 \ file://ip-up" +LICENSE = "GPL" RDEPENDS = "perl perl-module-strict perl-module-getopt-long perl-module-vars perl-module-warnings-register perl-module-warnings perl-module-carp perl-module-exporter perl-module-constant perl-module-exporter-heavy perl-module-sys-hostname perl-module-xsloader perl-module-autoloader perl-module-io-socket perl-module-io-handle perl-module-symbol perl-module-selectsaver perl-module-io perl-module-socket perl-module-errno perl-module-config perl-module-io-socket-inet perl-module-io-socket-unix perl-module-integer" do_install() { diff --git a/debianutils/debianutils_2.8.1.oe b/debianutils/debianutils_2.8.1.oe index e0cc8e80ee..c9daed920e 100644 --- a/debianutils/debianutils_2.8.1.oe +++ b/debianutils/debianutils_2.8.1.oe @@ -1,4 +1,5 @@ SECTION = "base" +LICENSE = "GPL BSD BSD SMAIL" DESCRIPTION = "Miscellaneous utilities specific to Debian" SRC_URI = "${DEBIAN_MIRROR}/main/d/${PN}/${PN}_${PV}.tar.gz" diff --git a/debianutils/debianutils_2.8.4.oe b/debianutils/debianutils_2.8.4.oe index e0cc8e80ee..9c5c5f8c9e 100644 --- a/debianutils/debianutils_2.8.4.oe +++ b/debianutils/debianutils_2.8.4.oe @@ -1,5 +1,6 @@ SECTION = "base" DESCRIPTION = "Miscellaneous utilities specific to Debian" +LICENSE = "GPL BSD BSD SMAIL" SRC_URI = "${DEBIAN_MIRROR}/main/d/${PN}/${PN}_${PV}.tar.gz" diff --git a/desktop-file-utils/desktop-file-utils_0.3.oe b/desktop-file-utils/desktop-file-utils_0.3.oe index df21c67e66..0e77f64942 100644 --- a/desktop-file-utils/desktop-file-utils_0.3.oe +++ b/desktop-file-utils/desktop-file-utils_0.3.oe @@ -1,6 +1,7 @@ SECTION = "console/utils" HOMEPAGE = "http://www.freedesktop.org/Software/desktop-file-utils" DESCRIPTION = "command line utilities to work with *.desktop files" +LICENSE = "GPL" DEPENDS = "popt glib-2.0" SRC_URI = "http://freedesktop.org/Software/desktop-file-utils/releases/desktop-file-utils-${PV}.tar.gz \ diff --git a/desktop-file-utils/desktop-file-utils_0.6.oe b/desktop-file-utils/desktop-file-utils_0.6.oe index 902fd4ebe9..34f7b73451 100644 --- a/desktop-file-utils/desktop-file-utils_0.6.oe +++ b/desktop-file-utils/desktop-file-utils_0.6.oe @@ -1,6 +1,7 @@ SECTION = "console/utils" HOMEPAGE = "http://www.freedesktop.org/Software/desktop-file-utils" DESCRIPTION = "command line utilities to work with *.desktop files" +LICENSE = "GPL" DEPENDS = "popt glib-2.0 gnome-vfs" SRC_URI = "http://freedesktop.org/Software/desktop-file-utils/releases/desktop-file-utils-${PV}.tar.gz" diff --git a/devlabel/devlabel_0.45.01.oe b/devlabel/devlabel_0.45.01.oe index 479706f494..8a68ca9295 100644 --- a/devlabel/devlabel_0.45.01.oe +++ b/devlabel/devlabel_0.45.01.oe @@ -2,6 +2,7 @@ SECTION = "base" HOMEPAGE = "http://linux.dell.com/devlabel/devlabel.html" DESCRIPTION = "tool for user-define static device labels" DEPENDS = "e2fsprogs-libs" +LICENSE = "GPL" SRC_URI = "http://linux.dell.com/devlabel/permalink/devlabel-${PV}.tar.gz" diff --git a/dfb++/dfb++_0.9.20.oe b/dfb++/dfb++_0.9.20.oe index e69de29bb2..7560c8a2dd 100644 --- a/dfb++/dfb++_0.9.20.oe +++ b/dfb++/dfb++_0.9.20.oe @@ -0,0 +1,29 @@ +DESCRIPTION = "A C++ Wrapper for the directfb framebuffer library." +SECTION = "libs" +PRIORITY = "optional" +DEPENDS = "directfb" + +LICENSE = "LGPL" + +SRC_URI = "http://www.directfb.org/download/DirectFB/DFB++-${PV}.tar.gz" +S = "${WORKDIR}/DFB++-${PV}" + +inherit autotools pkgconfig + +EXTRA_OECONF = "" + +do_stage() { + oe_runmake -C include 'libdir=/lib' 'includedir=/include/dfb++' \ + 'oldincludedir=/include' 'datadir=/share' \ + 'DESTDIR=${STAGING_LIBDIR}/..' \ + install-dfbppincludeHEADERS + oe_runmake -C dfb++ 'libdir=/lib' 'includedir=/include/dfb++' \ + 'oldincludedir=/include' 'datadir=/share' \ + 'DESTDIR=${STAGING_LIBDIR}/..' \ + install-libLTLIBRARIES +} + + +do_install() { + oe_runmake 'DESTDIR=${D}' install +} diff --git a/dhclient/dhclient_2.0pl5.oe b/dhclient/dhclient_2.0pl5.oe index 8d20ebd70f..cee9cdece2 100644 --- a/dhclient/dhclient_2.0pl5.oe +++ b/dhclient/dhclient_2.0pl5.oe @@ -1,5 +1,6 @@ SECTION = "console/network" DESCRIPTION = "ISC DHCP Distribution (client and server)." +LICENSE = "BSD" SRC_URI = "ftp://ftp.isc.org/isc/dhcp/dhcp-${PV}.tar.gz \ file://make.patch;patch=1" diff --git a/dhcp-forwarder/dhcp-forwarder_0.6.oe b/dhcp-forwarder/dhcp-forwarder_0.6.oe index 009f8d72b9..d3de085a74 100644 --- a/dhcp-forwarder/dhcp-forwarder_0.6.oe +++ b/dhcp-forwarder/dhcp-forwarder_0.6.oe @@ -3,6 +3,7 @@ DESCRIPTION = "This program is used to forward DHCP and BOOTP messages between t networks with different broadcast domains. \ It works better with ppp - and especially with ipsec over ppp - than \ dhcp-relay from ISC and has a smaller foot print." +LICENSE = "GPL" SRC_URI = "http://www-user.tu-chemnitz.de/~ensc/dhcp-fwd/files/dhcp-forwarder-0.6.tar.bz2 \ file://init \ diff --git a/dhcp/dhcp_3.0.1.oe b/dhcp/dhcp_3.0.1.oe index 60459cf002..cfbe60a225 100644 --- a/dhcp/dhcp_3.0.1.oe +++ b/dhcp/dhcp_3.0.1.oe @@ -1,6 +1,7 @@ SECTION = "console/network" DESCRIPTION = "Internet Software Consortium DHCP package" MAINTAINER = "Bruno Randolf <bruno.randolf@4g-systems.biz>" +LICENSE = "BSD" SRC_URI = "ftp://ftp.isc.org/isc/dhcp/dhcp-3.0.1.tar.gz \ file://init-relay file://default-relay \ file://init-server file://default-server \ diff --git a/dhcpcd/dhcpcd_1.3.22-pl4.oe b/dhcpcd/dhcpcd_1.3.22-pl4.oe index 56608a7abb..96ae77c21a 100644 --- a/dhcpcd/dhcpcd_1.3.22-pl4.oe +++ b/dhcpcd/dhcpcd_1.3.22-pl4.oe @@ -1,4 +1,5 @@ SECTION = "console/network" +LICENSE = "GPL" DESCRIPTION = "dhcpcd is an RFC2131-, RFC2132-, and \ RFC1541-compliant DHCP client daemon. It gets an IP address \ and other information from the DHCP server, automatically \ diff --git a/dialog/dialog_0.9b-20031207.oe b/dialog/dialog_0.9b-20031207.oe index 6790519369..3aa28e58ce 100644 --- a/dialog/dialog_0.9b-20031207.oe +++ b/dialog/dialog_0.9b-20031207.oe @@ -1,5 +1,6 @@ SECTION = "console/utils" DEPENDS = "ncurses" +LICENSE = "GPL" DESCRIPTION = "Dialog lets you to present a variety of questions \ or display messages using dialog boxes from a shell \ script (or any scripting language)." diff --git a/diethotplug/diethotplug_0.4.oe b/diethotplug/diethotplug_0.4.oe index 1ac1c4bb46..9011e23c0b 100644 --- a/diethotplug/diethotplug_0.4.oe +++ b/diethotplug/diethotplug_0.4.oe @@ -1,4 +1,5 @@ SECTION = "base" +LICENSE = "GPL" DESCRIPTION = "A small, C implementation of hotplug." SRC_URI = "http://www.us.kernel.org/pub/linux/utils/kernel/hotplug/diethotplug-${PV}.tar.gz \ diff --git a/diffutils/diffutils_2.8.1.oe b/diffutils/diffutils_2.8.1.oe index 4fc2de5582..66fc5119ba 100644 --- a/diffutils/diffutils_2.8.1.oe +++ b/diffutils/diffutils_2.8.1.oe @@ -1,4 +1,5 @@ SECTION = "base" +LICENSE = "GPL" DESCRIPTION = "Diffutils contains the GNU diff, diff3, \ sdiff, and cmp utilities. These programs are usually \ used for creating patch files." diff --git a/dillo/dillo2_0.6.6.oe b/dillo/dillo2_0.6.6.oe index 88fdbeedd6..be9aecbc37 100644 --- a/dillo/dillo2_0.6.6.oe +++ b/dillo/dillo2_0.6.6.oe @@ -1,5 +1,6 @@ SECTION = "x11/network" DESCRIPTION = "Lightweight gtk+2 browser." +LICENSE = "GPL" DEPENDS = "gtk+" RDEPENDS = "gdk-pixbuf-loader-xpm" SRC_URI="http://www.dillo.org/download/dillo-${PV}.tar.gz \ diff --git a/directfb/directfb_0.9.20.oe b/directfb/directfb_0.9.20.oe index 6ff840a154..dadf3d9ef5 100644 --- a/directfb/directfb_0.9.20.oe +++ b/directfb/directfb_0.9.20.oe @@ -4,6 +4,7 @@ abstraction, an integrated windowing system with support for \ translucent windows and multiple display layers on top of the \ Linux framebuffer device." SECTION = "libs" +LICENSE = "LGPL" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" DEPENDS = "jpeg libpng zlib" diff --git a/distcc/distcc_2.11.oe b/distcc/distcc_2.11.oe index 177158241a..4197d2456c 100644 --- a/distcc/distcc_2.11.oe +++ b/distcc/distcc_2.11.oe @@ -1,4 +1,5 @@ SECTION = "devel" +LICENSE = "GPLv2" DESCRIPTION = "distcc is a parallel build system that distributes \ compilation of C/C++/ObjC code across machines on a network." diff --git a/dnsmasq/dnsmasq_2.11.oe b/dnsmasq/dnsmasq_2.11.oe index a4e8b235ed..b4361b96f4 100644 --- a/dnsmasq/dnsmasq_2.11.oe +++ b/dnsmasq/dnsmasq_2.11.oe @@ -1,4 +1,5 @@ SECTION = "console/network" +LICENSE = "GPL" DESCRIPTION = "Dnsmasq is a lightweight, easy to configure \ DNS forwarder and DHCP server." MAINTAINER = "Chris Larson <kergoth@handhelds.org>" diff --git a/dnsmasq/dnsmasq_2.15.oe b/dnsmasq/dnsmasq_2.15.oe index b9c2a81884..0606a6396e 100644 --- a/dnsmasq/dnsmasq_2.15.oe +++ b/dnsmasq/dnsmasq_2.15.oe @@ -1,5 +1,6 @@ SECTION = "console/network" DESCRIPTION = "Dnsmasq is a lightweight, easy to configure \ +LICENSE = "GPL" DNS forwarder and DHCP server." MAINTAINER = "Chris Larson <kergoth@handhelds.org>" PR = "r1" diff --git a/docbook-utils/docbook-utils_0.6.13.oe b/docbook-utils/docbook-utils_0.6.13.oe index 3e9f6c0b12..c22d9053bf 100644 --- a/docbook-utils/docbook-utils_0.6.13.oe +++ b/docbook-utils/docbook-utils_0.6.13.oe @@ -1,4 +1,5 @@ SECTION = "console/utils" +LICENSE = "GPL" DEPENDS = "" DESCRIPTION = "docbook-utils contains scripts for easy conversion \ from DocBook SGML files to other formats (for example, HTML, RTF, \ diff --git a/dosbox/dosbox_0.61.oe b/dosbox/dosbox_0.61.oe index 677b5da507..3f2130b410 100644 --- a/dosbox/dosbox_0.61.oe +++ b/dosbox/dosbox_0.61.oe @@ -3,6 +3,7 @@ DESCRIPTION = "Dos Emulator based on SDL" SECTION = "base" PRIORITY = "optional" DEPENDS = "libsdl-qpe" +LICENSE = "GPL" SRC_URI = "${SOURCEFORGE_MIRROR}/dosbox/dosbox-${PV}.tar.gz" diff --git a/dosfstools/dosfstools_2.10.oe b/dosfstools/dosfstools_2.10.oe index 7bbd4c6e79..e685a5b9f8 100644 --- a/dosfstools/dosfstools_2.10.oe +++ b/dosfstools/dosfstools_2.10.oe @@ -1,6 +1,7 @@ DESCRIPTION = "DOS FAT Filesystem Utilities" SECTION = "base" PRIORITY = "optional" +LICENSE = "GPL" SRC_URI = "ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV}.src.tar.gz \ file://alignment_hack.patch;patch=1 \ diff --git a/dsniff/dsniff_2.3.oe b/dsniff/dsniff_2.3.oe index c5690d28b4..fb820d7940 100644 --- a/dsniff/dsniff_2.3.oe +++ b/dsniff/dsniff_2.3.oe @@ -1,5 +1,6 @@ SECTION = "console/network" DESCRIPTION = "dsniff is a collection of tools for network auditing and penetration testing." +LICENSE = "BSD" DEPENDS = "db3 libpcap libnet libnids openssl" diff --git a/dvbtools/dvbstream_cvs.oe b/dvbtools/dvbstream_cvs.oe index c65a30d816..ac1e9b5fe4 100644 --- a/dvbtools/dvbstream_cvs.oe +++ b/dvbtools/dvbstream_cvs.oe @@ -1,6 +1,7 @@ PV = "0.0cvs${CVSDATE}" SECTION = "console/multimedia" PRIORITY = "optional" +LICENSE = "GPLV2" MAINTAINER = "Phil Blundell <pb@debian.org>" DEPENDS = "libxml2" SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/dvbtools;module=dvbstream" diff --git a/dvbtools/dvbtune_cvs.oe b/dvbtools/dvbtune_cvs.oe index 14260ecd2b..90ec5e686c 100644 --- a/dvbtools/dvbtune_cvs.oe +++ b/dvbtools/dvbtune_cvs.oe @@ -1,6 +1,7 @@ PV = "0.0cvs${CVSDATE}" SECTION = "console/multimedia" PRIORITY = "optional" +LICENSE = "GPLv2" MAINTAINER = "Phil Blundell <pb@debian.org>" DEPENDS = "libxml2" SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/dvbtools;module=dvbtune" diff --git a/e2fsprogs-libs/e2fsprogs-libs_1.33.oe b/e2fsprogs-libs/e2fsprogs-libs_1.33.oe index 056087cc56..883b408634 100644 --- a/e2fsprogs-libs/e2fsprogs-libs_1.33.oe +++ b/e2fsprogs-libs/e2fsprogs-libs_1.33.oe @@ -1,4 +1,5 @@ DESCRIPTION = "EXT2 Filesystem Utilities" +LICENSE = "GPL" SECTION = "base" PRIORITY = "optional" MAINTAINER = "Greg Gilbert <greg@treke.net>" diff --git a/e2fsprogs-libs/e2fsprogs-libs_1.34.oe b/e2fsprogs-libs/e2fsprogs-libs_1.34.oe index 0b47daf15b..79fc6f2185 100644 --- a/e2fsprogs-libs/e2fsprogs-libs_1.34.oe +++ b/e2fsprogs-libs/e2fsprogs-libs_1.34.oe @@ -1,4 +1,5 @@ DESCRIPTION = "EXT2 Filesystem Utilities" +LICENSE = "GPL" SECTION = "base" PRIORITY = "optional" MAINTAINER = "Greg Gilbert <greg@treke.net>" diff --git a/e2fsprogs-libs/e2fsprogs-libs_1.35.oe b/e2fsprogs-libs/e2fsprogs-libs_1.35.oe index 54dd03cb13..f3bd69fa1c 100644 --- a/e2fsprogs-libs/e2fsprogs-libs_1.35.oe +++ b/e2fsprogs-libs/e2fsprogs-libs_1.35.oe @@ -1,4 +1,5 @@ DESCRIPTION = "EXT2 Filesystem Utilities" +LICENSE = "GPL" SECTION = "base" PRIORITY = "optional" MAINTAINER = "Greg Gilbert <greg@treke.net>" diff --git a/e2fsprogs/e2fsprogs_1.33.oe b/e2fsprogs/e2fsprogs_1.33.oe index 408e906440..d13ab8868e 100644 --- a/e2fsprogs/e2fsprogs_1.33.oe +++ b/e2fsprogs/e2fsprogs_1.33.oe @@ -1,5 +1,6 @@ DESCRIPTION = "EXT2 Filesystem Utilities" SECTION = "base" +LICENSE = "GPL" PRIORITY = "optional" MAINTAINER = "Greg Gilbert <greg@treke.net>" DEPENDS = "" diff --git a/e2fsprogs/e2fsprogs_1.34.oe b/e2fsprogs/e2fsprogs_1.34.oe index 04335b7d4f..20cf9b8b11 100644 --- a/e2fsprogs/e2fsprogs_1.34.oe +++ b/e2fsprogs/e2fsprogs_1.34.oe @@ -1,4 +1,5 @@ DESCRIPTION = "EXT2 Filesystem Utilities" +LICENSE = "GPL" SECTION = "base" PRIORITY = "optional" MAINTAINER = "Greg Gilbert <greg@treke.net>" diff --git a/e2fsprogs/e2fsprogs_1.35.oe b/e2fsprogs/e2fsprogs_1.35.oe index 04335b7d4f..20cf9b8b11 100644 --- a/e2fsprogs/e2fsprogs_1.35.oe +++ b/e2fsprogs/e2fsprogs_1.35.oe @@ -1,4 +1,5 @@ DESCRIPTION = "EXT2 Filesystem Utilities" +LICENSE = "GPL" SECTION = "base" PRIORITY = "optional" MAINTAINER = "Greg Gilbert <greg@treke.net>" diff --git a/e2fsprogs/e2fsprogs_1.36-WIP-0408.oe b/e2fsprogs/e2fsprogs_1.36-WIP-0408.oe index decbe76aec..3cd522aa9a 100644 --- a/e2fsprogs/e2fsprogs_1.36-WIP-0408.oe +++ b/e2fsprogs/e2fsprogs_1.36-WIP-0408.oe @@ -1,4 +1,5 @@ DESCRIPTION = "EXT2 Filesystem Utilities" +LICENSE = "GPL" SECTION = "base" PRIORITY = "optional" PR = "r3" diff --git a/e2tools/e2tools_0.0.16.oe b/e2tools/e2tools_0.0.16.oe index 3d3bea16fe..51c0331aa3 100644 --- a/e2tools/e2tools_0.0.16.oe +++ b/e2tools/e2tools_0.0.16.oe @ |
