wok view appdata-tools/receipt @ rev 20880

updated emerald and emerald-themes (0.8.12.1 -> 0.8.14)
author Hans-G?nter Theisgen
date Sun Feb 24 17:33:44 2019 +0100 (2019-02-24)
parents ff18a62fdafd
children 9af0e03b8ad0
line source
1 # SliTaz package receipt.
3 PACKAGE="appdata-tools"
4 VERSION="0.1.7"
5 CATEGORY="utilities"
6 LICENSE="GPL3"
7 SHORT_DESC="AppData is a subset of AppStream."
8 MAINTAINER="yuripourre@gmail.com"
9 TARBALL="$PACKAGE-$VERSION.tar.xz"
10 WEB_SITE="https://people.freedesktop.org/~hughsient/appdata/"
11 WGET_URL="https://people.freedesktop.org/~hughsient/releases/$TARBALL"
13 DEPENDS="gdk-pixbuf libsoup"
14 BUILD_DEPENDS="gdk-pixbuf-dev libsoup-dev glib-dev sqlite-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure \
20 --prefix=/usr \
21 $CONFIGURE_ARGS &&
22 make &&
23 make DESTDIR=$DESTDIR install
24 }
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr
29 cp -a $install/usr/ $fs
30 }