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

Fix libtool where applicable (a*-f* packages yet); combine collectd* receipts
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 13 07:14:16 2018 +0300 (2018-04-13)
parents 23812d08bd9e
children b156aee559a7
line source
1 # SliTaz package receipt v2.
3 PACKAGE="appdata-tools"
4 VERSION="0.1.7"
5 CATEGORY="utilities"
6 SHORT_DESC="AppData is a subset of AppStream"
7 MAINTAINER="yuripourre@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="http://people.freedesktop.org/~hughsient/appdata/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="http://people.freedesktop.org/~hughsient/releases/$TARBALL"
14 BUILD_DEPENDS="gdk-pixbuf-dev libsoup-dev glib-dev sqlite3-dev intltool"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 fix libtool &&
19 make &&
20 make DESTDIR=$DESTDIR install
21 }
23 genpkg_rules() {
24 copy @std @dev
25 DEPENDS="gdk-pixbuf libsoup"
26 }