mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
flex: update to 2.6.0.
This commit is contained in:
parent
0f627941e4
commit
27eaac3c23
1 changed files with 3 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'flex'
|
# Template file for 'flex'
|
||||||
pkgname=flex
|
pkgname=flex
|
||||||
version=2.5.39
|
version=2.6.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
# YES REALLY! WE DONT WANT BINS LINKED TO LIBFL!
|
# YES REALLY! WE DONT WANT BINS LINKED TO LIBFL!
|
||||||
|
@ -8,20 +8,18 @@ configure_args="--disable-shared"
|
||||||
hostmakedepends="help2man bison"
|
hostmakedepends="help2man bison"
|
||||||
makedepends="bison"
|
makedepends="bison"
|
||||||
depends="bison libfl-devel-${version}_${revision}"
|
depends="bison libfl-devel-${version}_${revision}"
|
||||||
replaces="libfl>=0"
|
|
||||||
short_desc="The Fast Lexical Analyzer"
|
short_desc="The Fast Lexical Analyzer"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://flex.sourceforge.net"
|
homepage="http://flex.sourceforge.net"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
distfiles="${SOURCEFORGE_SITE}/flex/${pkgname}-${version}.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/flex/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=add2b55f3bc38cb512b48fad7d72f43b11ef244487ff25fc00aabec1e32b617f
|
checksum=24e611ef5a4703a191012f80c1027dc9d12555183ce0ecd46f3636e587e9b8e9
|
||||||
|
|
||||||
pre_install() {
|
pre_install() {
|
||||||
sed -i "s|.SUFFIXES: .dvi .html .info .pdf .ps .texi|.SUFFIXES: .info .texi|g" doc/Makefile
|
sed -i "s|.SUFFIXES: .dvi .html .info .pdf .ps .texi|.SUFFIXES: .info .texi|g" doc/Makefile
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall COPYING 644 usr/share/licenses/flex
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
|
||||||
libfl-devel_package() {
|
libfl-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue