libabw: fix license

This commit is contained in:
Đoàn Trần Công Danh 2025-08-09 21:27:26 +07:00
parent 1a8adeb2e8
commit 96eda4f398

View file

@ -1,15 +1,15 @@
# Template file for 'libabw' # Template file for 'libabw'
pkgname=libabw pkgname=libabw
version=0.1.3 version=0.1.3
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="automake libtool pkg-config perl gperf"
makedepends="librevenge-devel boost-devel libxml2-devel"
short_desc="Library that parses the file format of AbiWord documents" short_desc="Library that parses the file format of AbiWord documents"
maintainer="Enno Boland <gottox@voidlinux.org>" maintainer="Enno Boland <gottox@voidlinux.org>"
license="MPL" license="MPL-2.0"
homepage="https://wiki.documentfoundation.org/DLP/Libraries/libabw" homepage="https://wiki.documentfoundation.org/DLP/Libraries/libabw"
distfiles="http://dev-www.libreoffice.org/src/${pkgname}/${pkgname}-${version}.tar.xz" distfiles="http://dev-www.libreoffice.org/src/${pkgname}/${pkgname}-${version}.tar.xz"
makedepends="librevenge-devel boost-devel libxml2-devel"
hostmakedepends="automake libtool pkg-config perl gperf"
checksum=e763a9dc21c3d2667402d66e202e3f8ef4db51b34b79ef41f56cacb86dcd6eed checksum=e763a9dc21c3d2667402d66e202e3f8ef4db51b34b79ef41f56cacb86dcd6eed
CXXFLAGS="-Wno-deprecated-copy" CXXFLAGS="-Wno-deprecated-copy"