mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/ragel: upgrade to 6.8
This commit is contained in:
parent
e0fbb3fb41
commit
0f102b5ca0
@ -1,7 +1,7 @@
|
||||
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=ragel
|
||||
pkgver=6.7
|
||||
pkgver=6.8
|
||||
pkgrel=0
|
||||
pkgdesc="Finite state machine compiler"
|
||||
url="http://www.complang.org/ragel/"
|
||||
@ -27,7 +27,10 @@ prepare() {
|
||||
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
./configure --prefix=/usr \
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
--prefix=/usr \
|
||||
|| return 1
|
||||
make || return 1
|
||||
}
|
||||
@ -38,4 +41,6 @@ package() {
|
||||
rm -f "$pkgdir"/usr/lib/*.la
|
||||
}
|
||||
|
||||
md5sums="f4423e0d8a6538dd4e61498fcfad3cec ragel-6.7.tar.gz"
|
||||
md5sums="1bb39745ac23da449019f9f2cb4b0d01 ragel-6.8.tar.gz"
|
||||
sha256sums="dd7f7d22f3a58147379bda61334d341c2caa0caf9f71897e3e4ec05c8f398764 ragel-6.8.tar.gz"
|
||||
sha512sums="3c7fa4ca0cfcd5d19e0ff8746ca427f5a1eefb0af09db5d2ee55ced9bcc35c588a5db146dcfdec46b83fb63d94ff9ace117b4cfcb07e2c57aec67a6cbe249458 ragel-6.8.tar.gz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user