mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
14 lines
490 B
Plaintext
14 lines
490 B
Plaintext
PKG_NAME="flex"
|
|
PKG_VERSION="2.5.35"
|
|
PKG_REV="1"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="http://flex.sourceforge.net/"
|
|
PKG_URL="http://downloads.sourceforge.net/project/flex/flex/$PKG_NAME-$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
|
PKG_DEPENDS=""
|
|
PKG_BUILD_DEPENDS="toolchain"
|
|
PKG_PRIORITY="optional"
|
|
PKG_SECTION="devel"
|
|
PKG_SHORTDESC="flex: Fast lexical analyzer generator"
|
|
PKG_LONGDESC="flex is a tool for generating programs that perform pattern-matching on text."
|
|
PKG_IS_ADDON="no" |