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

updated cyrus-imapd (2.4.17 -> 3.0.12)
author Hans-G?nter Theisgen
date Thu Dec 05 16:28:27 2019 +0100 (2019-12-05)
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 }