diff options
Diffstat (limited to 'meta/recipes-devtools/flex/flex.inc')
| -rw-r--r-- | meta/recipes-devtools/flex/flex.inc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-devtools/flex/flex.inc b/meta/recipes-devtools/flex/flex.inc new file mode 100644 index 0000000000..da95a5e25e --- /dev/null +++ b/meta/recipes-devtools/flex/flex.inc | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | DESCRIPTION = "Flex is a tool for generating programs that recognize lexical patterns in text." | ||
| 2 | HOMEPAGE = "http://sourceforge.net/projects/flex/" | ||
| 3 | |||
| 4 | SECTION = "devel" | ||
| 5 | LICENSE = "BSD" | ||
| 6 | DEPENDS = "gettext" | ||
| 7 | |||
| 8 | SRC_URI = "${SOURCEFORGE_MIRROR}/flex/flex-${PV}.tar.bz2 " | ||
| 9 | |||
| 10 | inherit autotools | ||
| 11 | |||
