main/flex: upgrade to 2.5.36

This commit is contained in:
Natanael Copa 2012-07-24 08:25:55 +00:00
parent 7763c73a42
commit 28f957dd04

View File

@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncop@alpinelinux.org>
pkgname=flex
pkgver=2.5.35
pkgrel=4
pkgver=2.5.36
pkgrel=0
pkgdesc="A tool for generating text-scanning programs"
url="http://flex.sourceforge.net"
arch="all"
@ -20,7 +20,11 @@ build() {
--mandir=/usr/share/man \
--infodir=/usr/share/info
make || return 1
}
package() {
cd "$srcdir/$pkgname-$pkgver"
make install DESTDIR="$pkgdir"
}
md5sums="10714e50cea54dc7a227e3eddcd44d57 flex-2.5.35.tar.bz2"
md5sums="5e637290609fd3c2f1f2e75ac2bce1c5 flex-2.5.36.tar.bz2"