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