wok-next view appdata-tools/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents d2950281f122
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="appdata-tools"
4 VERSION="0.1.8"
5 CATEGORY="utilities"
6 SHORT_DESC="Subset of AppStream"
7 MAINTAINER="yuripourre@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="https://people.freedesktop.org/~hughsient/appdata/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="https://people.freedesktop.org/~hughsient/releases/$TARBALL"
14 BUILD_DEPENDS="gdk-pixbuf-dev libsoup-dev glib-dev sqlite3-dev intltool \
15 appstream-glib-dev python-lxml"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 fix libtool &&
20 make &&
21 make DESTDIR=$install install
22 }
24 genpkg_rules() {
25 copy @std @dev appdata/
26 DEPENDS="appstream-glib glib"
27 }