wok-next annotate appdata-tools/receipt @ rev 21087
Updates...
Revert names: libsdl -> sdl, libsmpeg -> smpeg, libtdb -> tdb
Revert names: libsdl -> sdl, libsmpeg -> smpeg, libtdb -> tdb
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Dec 28 05:11:49 2018 +0200 (2018-12-28) |
parents | d2950281f122 |
children |
rev | line source |
---|---|
al@20569 | 1 # SliTaz package receipt v2. |
yuripourre@16817 | 2 |
yuripourre@16817 | 3 PACKAGE="appdata-tools" |
al@20956 | 4 VERSION="0.1.8" |
yuripourre@16817 | 5 CATEGORY="utilities" |
al@21020 | 6 SHORT_DESC="Subset of AppStream" |
al@20569 | 7 MAINTAINER="yuripourre@gmail.com" |
yuripourre@16817 | 8 LICENSE="GPL3" |
al@20906 | 9 WEB_SITE="https://people.freedesktop.org/~hughsient/appdata/" |
al@20569 | 10 |
yuripourre@16817 | 11 TARBALL="$PACKAGE-$VERSION.tar.xz" |
al@20906 | 12 WGET_URL="https://people.freedesktop.org/~hughsient/releases/$TARBALL" |
yuripourre@16817 | 13 |
al@20956 | 14 BUILD_DEPENDS="gdk-pixbuf-dev libsoup-dev glib-dev sqlite3-dev intltool \ |
al@20956 | 15 appstream-glib-dev python-lxml" |
yuripourre@16817 | 16 |
al@20569 | 17 compile_rules() { |
al@20569 | 18 ./configure $CONFIGURE_ARGS && |
al@20569 | 19 fix libtool && |
yuripourre@16817 | 20 make && |
al@21020 | 21 make DESTDIR=$install install |
yuripourre@16817 | 22 } |
yuripourre@16817 | 23 |
al@20569 | 24 genpkg_rules() { |
al@20956 | 25 copy @std @dev appdata/ |
al@20956 | 26 DEPENDS="appstream-glib glib" |
yuripourre@16817 | 27 } |