diff options
Diffstat (limited to 'recipes/tilibs/libtifiles_0.6.5.bb')
-rw-r--r-- | recipes/tilibs/libtifiles_0.6.5.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/tilibs/libtifiles_0.6.5.bb b/recipes/tilibs/libtifiles_0.6.5.bb new file mode 100644 index 0000000000..5ac2701d9a --- /dev/null +++ b/recipes/tilibs/libtifiles_0.6.5.bb @@ -0,0 +1,11 @@ +LICENSE = "GPLv2" +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 +} + |