packages/tilibs/: add support libs for TI graphing calculator apps
authorKoen Kooi <koen@openembedded.org>
Wed, 5 Oct 2005 11:42:18 +0000 (11:42 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 5 Oct 2005 11:42:18 +0000 (11:42 +0000)
packages/tilibs/.mtn2git_empty [new file with mode: 0644]
packages/tilibs/libticables_3.9.2.bb [new file with mode: 0644]
packages/tilibs/libticalcs_4.5.9.bb [new file with mode: 0644]
packages/tilibs/libtifiles_0.6.5.bb [new file with mode: 0644]

diff --git a/packages/tilibs/.mtn2git_empty b/packages/tilibs/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/tilibs/libticables_3.9.2.bb b/packages/tilibs/libticables_3.9.2.bb
new file mode 100644 (file)
index 0000000..ba8497e
--- /dev/null
@@ -0,0 +1,11 @@
+LICENSE = "GPLv2"
+MAINTAINER = "Koen Kooi <koen@handhelds.org>"
+HOMEPAGE = "http://lpg.ticalc.org/prj_tilp/index.html"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/tilp/${P}.tar.gz"
+
+inherit autotools pkgconfig
+
+do_stage() {
+autotools_stage_all
+}
diff --git a/packages/tilibs/libticalcs_4.5.9.bb b/packages/tilibs/libticalcs_4.5.9.bb
new file mode 100644 (file)
index 0000000..f106d0f
--- /dev/null
@@ -0,0 +1,14 @@
+LICENSE = "GPLv2"
+MAINTAINER = "Koen Kooi <koen@handhelds.org>"
+HOMEPAGE = "http://lpg.ticalc.org/prj_tilp/index.html"
+
+DPENDS = "libticables libtifiles"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/tilp/${P}.tar.gz"
+
+inherit autotools pkgconfig
+
+do_stage() {
+autotools_stage_all
+}
+
diff --git a/packages/tilibs/libtifiles_0.6.5.bb b/packages/tilibs/libtifiles_0.6.5.bb
new file mode 100644 (file)
index 0000000..aa44094
--- /dev/null
@@ -0,0 +1,12 @@
+LICENSE = "GPLv2"
+MAINTAINER = "Koen Kooi <koen@handhelds.org>"
+HOMEPAGE = "http://lpg.ticalc.org/prj_tilp/index.html"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/tilp/${P}.tar.gz"
+
+inherit autotools pkgconfig
+
+do_stage() {
+autotools_stage_all
+}
+