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

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
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 }