* update libmwaw to 0.3.22-3

This commit is contained in:
Alexander Baldeck 2024-08-21 05:32:47 +02:00
parent c518336c6f
commit a38b61ce67
3 changed files with 31 additions and 4 deletions

21
libmwaw/.SRCINFO Normal file
View File

@ -0,0 +1,21 @@
pkgbase = libmwaw
pkgdesc = Import library for some old mac text documents.
pkgver = 0.3.22
pkgrel = 3
url = https://sourceforge.net/projects/libmwaw/
arch = x86_64
license = LGPL-2.1-or-later OR MPL-2.0
makedepends = librevenge
makedepends = doxygen
source = https://sourceforge.net/projects/libmwaw/files/libmwaw/libmwaw-0.3.22/libmwaw-0.3.22.tar.xz
sha1sums = 86bc49bfc8766cdcb079d46ca9c874e0d4c1f9d4
sha256sums = a1a39ffcea3ff2a7a7aae0c23877ddf4918b554bf82b0de5d7ce8e7f61ea8e32
pkgname = libmwaw
depends = librevenge
depends = zlib
depends = gcc-libs
depends = glibc
pkgname = libmwaw-docs
pkgdesc = Import library for some old mac text documents. (documentation)

6
libmwaw/.nvchecker.toml Normal file
View File

@ -0,0 +1,6 @@
[libmwaw]
source = "git"
git = "https://git.code.sf.net/p/libmwaw/libmwaw"
use_max_tag = true
prefix = "v"

View File

@ -5,11 +5,11 @@
pkgbase=libmwaw
pkgname=('libmwaw' 'libmwaw-docs')
pkgver=0.3.22
pkgrel=1
pkgrel=3
pkgdesc="Import library for some old mac text documents."
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://sourceforge.net/projects/libmwaw/"
license=('LGPL2.1' 'MPL')
license=('LGPL-2.1-or-later OR MPL-2.0')
makedepends=('librevenge' 'doxygen')
source=(https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.xz)
sha1sums=('86bc49bfc8766cdcb079d46ca9c874e0d4c1f9d4')
@ -17,7 +17,7 @@ sha256sums=('a1a39ffcea3ff2a7a7aae0c23877ddf4918b554bf82b0de5d7ce8e7f61ea8e32')
build() {
cd "${pkgname}"-${pkgver}
./configure --prefix=/usr --build=${CHOST}
./configure --prefix=/usr
make
}
@ -28,7 +28,7 @@ check() {
package_libmwaw() {
depends=('librevenge')
depends=('librevenge' 'zlib' 'gcc-libs' 'glibc')
cd "${pkgname}"-${pkgver}
make DESTDIR="$pkgdir" install