diff options
Diffstat (limited to 'recipes/frobtads/frobtads_0.8.bb')
-rw-r--r-- | recipes/frobtads/frobtads_0.8.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes/frobtads/frobtads_0.8.bb b/recipes/frobtads/frobtads_0.8.bb new file mode 100644 index 0000000000..46d9e6b9bd --- /dev/null +++ b/recipes/frobtads/frobtads_0.8.bb @@ -0,0 +1,7 @@ +DESCRIPTION = "A TADS interpreter." +HOMEPAGE = "http://www.tads.org +SECTION = "console/network" + +SRC_URI = "http://www.tads.org/frobtads/${PN}-${PV}.tar.gz" + +inherit autotools |