summaryrefslogtreecommitdiff
path: root/packages/re2c/re2c.inc
diff options
context:
space:
mode:
authorJunqian Gordon Xu <xjqian@gmail.com>2008-02-25 04:28:19 +0000
committerJunqian Gordon Xu <xjqian@gmail.com>2008-02-25 04:28:19 +0000
commit63dc1c82b4c327bd78a38e280e96ebb42b7c4b0b (patch)
tree0660e5c8222508231e164b3c3ec1df0533fcf0c0 /packages/re2c/re2c.inc
parent2185e4521726d16b4cded1cd44e6b2a76c1d5b6b (diff)
re2c: new recipie, version 0.13.1. close oebug 3856.
Diffstat (limited to 'packages/re2c/re2c.inc')
-rw-r--r--packages/re2c/re2c.inc12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/re2c/re2c.inc b/packages/re2c/re2c.inc
new file mode 100644
index 0000000000..730059e526
--- /dev/null
+++ b/packages/re2c/re2c.inc
@@ -0,0 +1,12 @@
+DESCRIPTION = "Tool for writing very fast and very flexible scanners"
+HOMEPAGE = "http://re2c.sourceforge.net/"
+AUTHOR = "Marcus Börger helly@users.sourceforge.net"
+SECTION = "devel"
+PRIORITY = "optional"
+LICENSE = "PD"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/re2c/re2c-${PV}.tar.gz"
+
+S = "${WORKDIR}/re2c-${PV}"
+
+inherit autotools