development/ragel: Updated for version 7.0.0.11.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
4b4616866f
commit
80a33ed64a
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=ragel
|
||||
VERSION=${VERSION:-7.0.0.10}
|
||||
VERSION=${VERSION:-7.0.0.11}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -72,15 +72,6 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
sed -i "s|\ compare| this->compare|" \
|
||||
aapl/{avlcommon,bstcommon,bubblesort,mergesort}.h || exit 1
|
||||
sed -i "s| compare| this->compare|" aapl/{avl,bst}common.h || exit 1
|
||||
|
||||
# Put headers under subdir
|
||||
sed -i -e "s/include_HEADERS/pkginclude_HEADERS/g" src/Makefile.am aapl/Makefile.am
|
||||
|
||||
autoreconf -fi
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ragel"
|
||||
VERSION="7.0.0.10"
|
||||
VERSION="7.0.0.11"
|
||||
HOMEPAGE="https://www.colm.net/open-source/ragel/"
|
||||
DOWNLOAD="https://www.colm.net/files/ragel/ragel-7.0.0.10.tar.gz"
|
||||
MD5SUM="7e00ad44c993af7ed7ee299add06334b"
|
||||
DOWNLOAD="https://www.colm.net/files/ragel/ragel-7.0.0.11.tar.gz"
|
||||
MD5SUM="ad58c8f1ac5def94d9c7f4395a03606c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="colm kelbt"
|
||||
|
|
Loading…
Reference in New Issue