diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-11-14 20:43:39 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-11-14 20:43:39 +0000 |
commit | 7ece5b1453e76ff12f0265264e324a602757834a (patch) | |
tree | 2290df3a72ba6b9192f045acfc73cde02e5dbe0a | |
parent | 6e56e885a6354b870a1f21fbd5d1235f04befd72 (diff) |
added LICENSE to some packages
BKrev: 4197c37byqC7YRfjk77H22jSIeKTwg
-rw-r--r-- | gdbm/gdbm-native_1.8.3.oe | 15 | ||||
-rw-r--r-- | gdbm/gdbm_1.8.3.oe | 1 | ||||
-rw-r--r-- | mileage/mileage_cvs.oe | 1 | ||||
-rw-r--r-- | petitepainture/petitepainture_1.4a.oe | 2 | ||||
-rw-r--r-- | qpe-gaim/qpe-gaim_20041030.oe | 2 | ||||
-rw-r--r-- | qpe-gaim/qpe-libgaim_20041030.oe | 2 | ||||
-rw-r--r-- | sqlite/sqlite3_3.0.8.oe | 1 | ||||
-rw-r--r-- | sqlite/sqlite_2.8.15.oe | 1 | ||||
-rw-r--r-- | sqlite/sqlite_2.8.9.oe | 1 | ||||
-rw-r--r-- | ubahnnav/ubahnnav_0.3.1.oe | 1 | ||||
-rw-r--r-- | visiscript/visiscript_0.3.1.oe | 27 |
11 files changed, 54 insertions, 0 deletions
diff --git a/gdbm/gdbm-native_1.8.3.oe b/gdbm/gdbm-native_1.8.3.oe index e69de29bb2..b0414183a9 100644 --- a/gdbm/gdbm-native_1.8.3.oe +++ b/gdbm/gdbm-native_1.8.3.oe @@ -0,0 +1,15 @@ +DESCRIPTION = "GNU dbm is a set of database routines that use extensible hashing." +SECTION = "libs" +PRIORITY = "optional" +LICENSE = "GPL" + +SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz \ + file://makefile.patch;patch=1" +S = "${WORKDIR}/gdbm-${PV}" + +inherit autotools native + +do_stage () { + oe_libinstall -so -a libgdbm ${STAGING_LIBDIR} + install -m 0644 ${S}/gdbm.h ${STAGING_INCDIR}/ +} diff --git a/gdbm/gdbm_1.8.3.oe b/gdbm/gdbm_1.8.3.oe index d56283cb8b..79d895e12f 100644 --- a/gdbm/gdbm_1.8.3.oe +++ b/gdbm/gdbm_1.8.3.oe @@ -1,6 +1,7 @@ DESCRIPTION = "GNU dbm is a set of database routines that use extensible hashing." SECTION = "libs" PRIORITY = "optional" +LICENSE = "GPL" SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz \ file://makefile.patch;patch=1" diff --git a/mileage/mileage_cvs.oe b/mileage/mileage_cvs.oe index abe0047177..18ff57ef54 100644 --- a/mileage/mileage_cvs.oe +++ b/mileage/mileage_cvs.oe @@ -2,6 +2,7 @@ DESCRIPTION = "A Car Mileage Calculator." HOMEPAGE = "http://mileage.sourceforge.net" SECTION = "opie/applications" PRIORITY = "optional" +LICENSE = "GPL" PV = "4.2.0-cvs-${CVSDATE}" PR = "r1" diff --git a/petitepainture/petitepainture_1.4a.oe b/petitepainture/petitepainture_1.4a.oe index a26d729428..759eb3a96a 100644 --- a/petitepainture/petitepainture_1.4a.oe +++ b/petitepainture/petitepainture_1.4a.oe @@ -1,6 +1,8 @@ DESCRIPTION = "Pressure-Sensitive Paint Program for Opie/Qtopia" SECTION = "opie/applications" PRIORITY = "optional" +HOMEPAGE = "http://sun.dhis.portside.net/~sakira/wiki/index.cgi?cmd=view;name=LinuxZaurus%3APetitePeinture+en" +LICENSE = "GPL" APPTYPE = "binary" APPNAME = "petitpeintu" APPDESKTOP = "${WORKDIR}" diff --git a/qpe-gaim/qpe-gaim_20041030.oe b/qpe-gaim/qpe-gaim_20041030.oe index bfa472c10b..0ccdc8b2d9 100644 --- a/qpe-gaim/qpe-gaim_20041030.oe +++ b/qpe-gaim/qpe-gaim_20041030.oe @@ -3,6 +3,8 @@ SECTION = "opie/applications" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" DEPENDS = "qpe-libgaim glib-2.0" RDEPENDS = "libgaim-plugins" +LICENSE = "GPL" +HOMEPAGE = "http://qpe-gaim.sourceforge.net/" APPNAME = "gaim" APPTYPE = "binary" LICENSE = "GPL" diff --git a/qpe-gaim/qpe-libgaim_20041030.oe b/qpe-gaim/qpe-libgaim_20041030.oe index 55c868b3ea..d3f5545db3 100644 --- a/qpe-gaim/qpe-libgaim_20041030.oe +++ b/qpe-gaim/qpe-libgaim_20041030.oe @@ -2,6 +2,8 @@ DESCRIPTION = "A multi protocol instant messager library, Qt/Embedded based Palm SECTION = "opie/applications" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" DEPENDS = "openssl glib-2.0" +LICENSE = "GPL" +HOMEPAGE = "http://qpe-gaim.sourceforge.net/" PV = "0.4+cvs-20041030" PR = "r1" diff --git a/sqlite/sqlite3_3.0.8.oe b/sqlite/sqlite3_3.0.8.oe index f179cac0c4..f168e17bad 100644 --- a/sqlite/sqlite3_3.0.8.oe +++ b/sqlite/sqlite3_3.0.8.oe @@ -2,6 +2,7 @@ DESCRIPTION = "An Embeddable SQL Database Engine" SECTION = "libs" PRIORITY = "optional" DEPENDS = "readline ncurses" +LICENSE = "PD" PR = "r1" SRC_URI = "http://www.sqlite.org/sqlite-3.0.8.tar.gz \ diff --git a/sqlite/sqlite_2.8.15.oe b/sqlite/sqlite_2.8.15.oe index c4e1d2500c..44ea4a3454 100644 --- a/sqlite/sqlite_2.8.15.oe +++ b/sqlite/sqlite_2.8.15.oe @@ -3,6 +3,7 @@ HOMEPAGE = "http://www.sqlite.org/" SECTION = "libs" PRIORITY = "optional" DEPENDS = "readline ncurses" +LICENSE = "PD" PR = "r1" SRC_URI = "http://www.hwaci.com/sw/sqlite/sqlite-${PV}.tar.gz \ diff --git a/sqlite/sqlite_2.8.9.oe b/sqlite/sqlite_2.8.9.oe index 883e7d69e0..7bfec97822 100644 --- a/sqlite/sqlite_2.8.9.oe +++ b/sqlite/sqlite_2.8.9.oe @@ -3,6 +3,7 @@ DESCRIPTION = "An Embeddable SQL Database Engine" SECTION = "libs" PRIORITY = "optional" DEPENDS = "readline ncurses" +LICENSE = "PD" PACKAGES =+ "sqlite-bin" diff --git a/ubahnnav/ubahnnav_0.3.1.oe b/ubahnnav/ubahnnav_0.3.1.oe index aab7dcf05e..58f6b052e3 100644 --- a/ubahnnav/ubahnnav_0.3.1.oe +++ b/ubahnnav/ubahnnav_0.3.1.oe @@ -5,6 +5,7 @@ to support each public transport network." PRIORITY = "optional" SECTION = "opie/applications" MAINTAINER = "Dimitri Brukakis" +LICENSE = "GPL" APPNAME = "ubahnnav" APPTYPE = "binary" APPDESKTOP = "${S}/src/ubahnnav" diff --git a/visiscript/visiscript_0.3.1.oe b/visiscript/visiscript_0.3.1.oe index e69de29bb2..36627b7f86 100644 --- a/visiscript/visiscript_0.3.1.oe +++ b/visiscript/visiscript_0.3.1.oe @@ -0,0 +1,27 @@ +DESCRIPTION = "VisiScript is a simple graphical frontend for \ +scripting languages like minscript, Python,Ruby, Perl or others. \ +VisiScript runs on the Qtopia desktop environment of the Zaurus." +SECTION = "opie/applications" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" +DEPENDS = "qscintilla" +LICENSE = "GPL" +APPNAME = "visiscript" +APPTYPE = "binary" +APPDESKTOP = "${S}" + +SRC_URI = "http://www.mneuroth.de/privat/zaurus/visiscript_src_${PV}.tar.gz \ + file://compilefix.patch;patch=1" +S = "${WORKDIR}/visiscript" + +inherit opie + +QMAKE_PROFILES = "zvisiscript.pro" + +EXTRA_QMAKEVARS_POST = "CONFIG-=thread LIBS-=../qscintilla-1.60-gpl-1.3/qt/libqscintilla.a LIBS+=-lqscintilla" + +do_install() { + install -d ${D}/${palmtopdir}/pics/ + install -m 0644 Visiscript.png ${D}/${palmtopdir}/pics +} + +#FIXME: package help and translation |