diff options
author | Koen Kooi <koen@openembedded.org> | 2005-10-05 11:42:18 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-05 11:42:18 +0000 |
commit | 30451aa7c9f5bcf18cd8a0a00fadd3859c539492 (patch) | |
tree | 2953b25a88e078ec7f90ca783a5da49af3be541a /packages/tilibs/libticables_3.9.2.bb | |
parent | f784fbc9a44291352141c7c626d2b734da90ac00 (diff) |
packages/tilibs/: add support libs for TI graphing calculator apps
Diffstat (limited to 'packages/tilibs/libticables_3.9.2.bb')
-rw-r--r-- | packages/tilibs/libticables_3.9.2.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/tilibs/libticables_3.9.2.bb b/packages/tilibs/libticables_3.9.2.bb new file mode 100644 index 0000000000..ba8497ec60 --- /dev/null +++ b/packages/tilibs/libticables_3.9.2.bb @@ -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 +} |