diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-06-15 20:09:14 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-06-15 20:09:14 -0500 |
commit | 3a97e7294ebdb3dd3f94f4f097f806da8071535c (patch) | |
tree | c715d15d87df74e5a2df9a4b3f986b1313951de6 /system/flex/APKBUILD | |
parent | 8708375b13e8ddd22ffc5255a9e19f002ba7f33b (diff) | |
download | packages-3a97e7294ebdb3dd3f94f4f097f806da8071535c.tar.gz packages-3a97e7294ebdb3dd3f94f4f097f806da8071535c.tar.bz2 packages-3a97e7294ebdb3dd3f94f4f097f806da8071535c.tar.xz packages-3a97e7294ebdb3dd3f94f4f097f806da8071535c.zip |
system/flex: [PD] fix maintainer, license, add -lang
Diffstat (limited to 'system/flex/APKBUILD')
-rw-r--r-- | system/flex/APKBUILD | 8 |
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 \ |