flex: update to 2.6.1, project is now hosted on github

This commit is contained in:
Juergen Daubert 2016-11-02 09:56:41 +01:00
parent 53c6722a1e
commit eaebf54397
2 changed files with 5 additions and 11 deletions

View File

@ -1,2 +1 @@
78f98fd91043a6a2a36c456c12b61704 flex-2.6.0-2.patch
3cbbfa1554d0b75fad9f8100732454de flex-2.6.0.tar.xz
cd3c86290fc2676a641aefafeb10848a flex-2.6.1.tar.xz

View File

@ -1,20 +1,15 @@
# Description: Fast Lexical Analyzer Generator
# URL: http://flex.sourceforge.net/
# URL: https://github.com/westes/flex
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=flex
version=2.6.0
release=2
source=(http://downloads.sourceforge.net/project/$name/$name-$version.tar.xz
$name-$version-2.patch)
version=2.6.1
release=1
source=(https://github.com/westes/flex/releases/download/v$version/$name-$version.tar.xz)
build() {
cd $name-$version
# fix for FS#1284
patch -p1 -i $SRC/$name-$version-2.patch
touch doc/flex.1
./configure --prefix=/usr --disable-nls
make