mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
m17n-db: fix license
This commit is contained in:
parent
5343c69818
commit
6b18be1d95
1 changed files with 7 additions and 5 deletions
|
@ -1,16 +1,18 @@
|
|||
# Template file for 'm17n-db'
|
||||
pkgname=m17n-db
|
||||
version=1.8.0
|
||||
revision=1
|
||||
_glibc_version=2.26
|
||||
revision=2
|
||||
_glibc_version=2.32
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-charmaps=${XBPS_BUILDDIR}/glibc-${_glibc_version}/localedata/charmaps"
|
||||
create_wrksrc=yes
|
||||
build_wrksrc=m17n-db-$version
|
||||
configure_args="--with-charmaps=${XBPS_BUILDDIR}/m17n-db-${version}/glibc-${_glibc_version}/localedata/charmaps"
|
||||
hostmakedepends="gettext"
|
||||
short_desc="Multilingual text processing library (database)"
|
||||
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
||||
license="LGPL-2.1"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="http://www.nongnu.org/m17n/"
|
||||
distfiles="${NONGNU_SITE}/${pkgname/-db/}/${pkgname}-${version}.tar.gz
|
||||
${GNU_SITE}/glibc/glibc-${_glibc_version}.tar.xz"
|
||||
checksum="657f23835b6655e7a63a362bac66260454ee356da4855eadb9366911d33fdc6d
|
||||
e54e0a934cd2bc94429be79da5e9385898d2306b9eaf3c92d5a77af96190f6bd"
|
||||
1627ea54f5a1a8467032563393e0901077626dc66f37f10ee6363bb722222836"
|
||||
|
|
Loading…
Add table
Reference in a new issue