2008-10-25 02:46:17 +00:00
|
|
|
# Template file for 'flex'
|
|
|
|
pkgname=flex
|
2014-02-13 08:13:44 +00:00
|
|
|
version=2.5.38
|
2014-02-15 09:33:21 +00:00
|
|
|
revision=2
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2014-02-15 09:33:21 +00:00
|
|
|
# YES REALLY! WE DONT WANT BINS LINKED TO LIBFL!
|
|
|
|
configure_args="--disable-shared"
|
2013-04-11 07:10:30 +00:00
|
|
|
hostmakedepends="help2man bison"
|
2014-02-13 08:13:44 +00:00
|
|
|
depends="bison libfl-devel-${version}_${revision}"
|
2014-02-15 09:33:21 +00:00
|
|
|
replaces="libfl>=0"
|
2008-10-25 02:46:17 +00:00
|
|
|
short_desc="The Fast Lexical Analyzer"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-08-04 07:55:28 +00:00
|
|
|
homepage="http://flex.sourceforge.net"
|
|
|
|
license="BSD"
|
|
|
|
distfiles="${SOURCEFORGE_SITE}/flex/${pkgname}-${version}.tar.bz2"
|
2014-02-13 08:13:44 +00:00
|
|
|
checksum=d42a67ce11b649ce977c8e239d04b2ef1bdbffebb8a79f4f65211ad295f274ec
|
2008-10-25 02:46:17 +00:00
|
|
|
|
2013-02-07 15:41:16 +00:00
|
|
|
pre_install() {
|
|
|
|
sed -i "s|.SUFFIXES: .dvi .html .info .pdf .ps .texi|.SUFFIXES: .info .texi|g" doc/Makefile
|
|
|
|
}
|
2008-10-25 02:46:17 +00:00
|
|
|
|
2012-08-04 07:55:28 +00:00
|
|
|
post_install() {
|
|
|
|
vinstall COPYING 644 usr/share/licenses/flex
|
|
|
|
}
|
2013-04-11 07:10:30 +00:00
|
|
|
|
|
|
|
libfl-devel_package() {
|
2014-02-15 09:33:21 +00:00
|
|
|
replaces="libfl>=0"
|
2014-02-13 08:13:44 +00:00
|
|
|
short_desc+=" - development files"
|
2013-04-11 07:10:30 +00:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove "usr/lib/*.a"
|
|
|
|
}
|
|
|
|
}
|