wok-next annotate totem-pl-parser/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents d5aab818505e
children f1b4229fb19c
rev   line source
al@20791 1 # SliTaz package receipt v2.
al@20791 2
al@20791 3 PACKAGE="totem-pl-parser"
al@20791 4 VERSION="3.26.0"
al@20791 5 CATEGORY="gnome"
al@20791 6 SHORT_DESC="Totem playlist parser"
al@20791 7 MAINTAINER="al.bobylev@gmail.com"
al@20791 8 LICENSE="LGPL2.1"
al@20791 9 WEB_SITE="https://developer.gnome.org/totem-pl-parser/"
al@21017 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/gnome/totem-pl-parser.html"
al@20791 11
al@20791 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@20791 13 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
al@20791 14
al@20791 15 BUILD_DEPENDS="meson ninja glib-dev libxml2-dev libsoup-dev gmime3-dev \
al@21020 16 libquvi-dev libarchive-dev libgcrypt-dev gobject-introspection-dev gettext-dev"
al@21092 17 SPLIT="$PACKAGE-dev"
al@20791 18
al@20791 19 compile_rules() {
al@20791 20 meson-wrapper build --default-library shared &&
al@20791 21 ninja -C build &&
al@20791 22 DESTDIR=$install ninja -C build install || return 1
al@20791 23
al@20791 24 chmod -R g-w $install # 664 -> 644
al@20791 25 }
al@20791 26
al@20791 27 genpkg_rules() {
al@20791 28 case $PACKAGE in
al@20791 29 totem-pl-parser)
al@20791 30 copy @std
al@20791 31 DEPENDS="glib gmime3 libarchive libgcrypt libquvi libxml2"
al@20791 32 ;;
al@20791 33 *-dev)
al@20791 34 copy @dev
al@20791 35 DEPENDS="totem-pl-parser glib-dev gmime3-dev libarchive-dev \
al@20791 36 libgcrypt-dev libxml2-dev"
al@20791 37 ;;
al@20791 38 esac
al@20791 39 }