From 634532ebf59b297a8a03e0afbfbde11489fec9e6 Mon Sep 17 00:00:00 2001 From: Leo Date: Sat, 25 May 2019 21:37:35 -0300 Subject: main/flex: modernize, fix license --- main/flex/APKBUILD | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'main/flex/APKBUILD') diff --git a/main/flex/APKBUILD b/main/flex/APKBUILD index fe03b8dfa0..f3e3225ae6 100644 --- a/main/flex/APKBUILD +++ b/main/flex/APKBUILD @@ -2,19 +2,17 @@ # Contributor: Arch3y pkgname=flex pkgver=2.6.4 -pkgrel=1 +pkgrel=2 pkgdesc="A tool for generating text-scanning programs" url="https://github.com/westes/flex" arch="all" -license="BSD and LGPL-2.0-or-later" +license="BSD-2-Clause AND LGPL-2.0-or-later" depends="m4" depends_dev="flex" -makedepends="$depends_dev m4 bison help2man" +makedepends="$depends_dev bison help2man" subpackages="$pkgname-doc $pkgname-libs $pkgname-dev" source="https://github.com/westes/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz" -builddir="$srcdir"/$pkgname-$pkgver - build() { cd "$builddir" ./configure \ @@ -31,8 +29,8 @@ build() { } check() { - cd "$builddir" - make check + cd "$builddir" + make check } package() { -- cgit v1.2.3