summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system/flex/APKBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/system/flex/APKBUILD b/system/flex/APKBUILD
index fe03b8dfa..808020cbf 100644
--- a/system/flex/APKBUILD
+++ b/system/flex/APKBUILD
@@ -1,20 +1,18 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# Contributor: Arch3y <arch3y@riseup.net>
+# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=flex
pkgver=2.6.4
pkgrel=1
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+"
depends="m4"
depends_dev="flex"
makedepends="$depends_dev m4 bison help2man"
-subpackages="$pkgname-doc $pkgname-libs $pkgname-dev"
+subpackages="$pkgname-doc $pkgname-lang $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 \