wok-next diff appdata-tools/receipt @ rev 20737
libav: fix build; python-antlr: using pip; python-apsw: up (3.19.3-r1)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue May 29 20:37:22 2018 +0300 (2018-05-29) |
parents | 23812d08bd9e |
children | b156aee559a7 |
line diff
1.1 --- a/appdata-tools/receipt Sun Oct 29 10:45:21 2017 +0100 1.2 +++ b/appdata-tools/receipt Tue May 29 20:37:22 2018 +0300 1.3 @@ -1,30 +1,26 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 PACKAGE="appdata-tools" 1.8 VERSION="0.1.7" 1.9 CATEGORY="utilities" 1.10 +SHORT_DESC="AppData is a subset of AppStream" 1.11 +MAINTAINER="yuripourre@gmail.com" 1.12 LICENSE="GPL3" 1.13 -SHORT_DESC="AppData is a subset of AppStream." 1.14 -MAINTAINER="yuripourre@gmail.com" 1.15 +WEB_SITE="http://people.freedesktop.org/~hughsient/appdata/" 1.16 + 1.17 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.18 -WEB_SITE="http://people.freedesktop.org/~hughsient/appdata/" 1.19 WGET_URL="http://people.freedesktop.org/~hughsient/releases/$TARBALL" 1.20 1.21 -DEPENDS="gdk-pixbuf libsoup" 1.22 BUILD_DEPENDS="gdk-pixbuf-dev libsoup-dev glib-dev sqlite3-dev intltool" 1.23 1.24 -# Rules to configure and make the package. 1.25 -compile_rules() 1.26 -{ 1.27 - ./configure \ 1.28 - --prefix=/usr \ 1.29 - $CONFIGURE_ARGS && 1.30 +compile_rules() { 1.31 + ./configure $CONFIGURE_ARGS && 1.32 + fix libtool && 1.33 make && 1.34 make DESTDIR=$DESTDIR install 1.35 } 1.36 1.37 -genpkg_rules() 1.38 -{ 1.39 - mkdir -p $fs/usr 1.40 - cp -a $install/usr/ $fs 1.41 +genpkg_rules() { 1.42 + copy @std @dev 1.43 + DEPENDS="gdk-pixbuf libsoup" 1.44 }