mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-18 23:22:24 +01:00
37 lines
1021 B
Plaintext
37 lines
1021 B
Plaintext
# Contributor: Leo <thinkabit.ukim@gmail.com>
|
|
# Maintainer: Leo <thinkabit.ukim@gmail.com>
|
|
pkgname=totem-pl-parser
|
|
pkgver=3.26.3
|
|
pkgrel=0
|
|
pkgdesc="GNOME playlist parser library"
|
|
url="https://www.gnome.org/"
|
|
arch="all"
|
|
license="LGPL-2.0-or-later"
|
|
makedepends="meson gnome-desktop-dev libsoup-dev libxml2-dev json-glib-dev
|
|
gmime-dev libxml2-utils libxslt itstool libarchive-dev libgcrypt-dev"
|
|
subpackages="$pkgname-dev $pkgname-lang"
|
|
source="https://download.gnome.org/sources/totem-pl-parser/${pkgver%.*}/totem-pl-parser-$pkgver.tar.xz"
|
|
|
|
build() {
|
|
meson \
|
|
--prefix=/usr \
|
|
--sysconfdir=/etc \
|
|
--mandir=/usr/share/man \
|
|
--localstatedir=/var \
|
|
-Denable-libarchive=yes \
|
|
-Denable-libgcrypt=yes \
|
|
-Dintrospection=true \
|
|
build
|
|
ninja -C build
|
|
}
|
|
|
|
check() {
|
|
ninja -C build test
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" ninja -C build install
|
|
}
|
|
|
|
sha512sums="f059fd9447627268ce5029ed48551b0a2b6c30ba28c50a360d37808ad63fa8423824eef29c7f4d7a752f24861d4c7a7139f321fa2e19085085446e7ed15130cd totem-pl-parser-3.26.3.tar.xz"
|