wok diff appdata-tools/receipt @ rev 17409

Up tazlito (5.2.5)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 28 21:49:51 2014 +0100 (2014-11-28)
parents
children ff18a62fdafd
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/appdata-tools/receipt	Fri Nov 28 21:49:51 2014 +0100
     1.3 @@ -0,0 +1,31 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="appdata-tools"
     1.7 +VERSION="0.1.7"
     1.8 +CATEGORY="utilities"
     1.9 +LICENSE="GPL3"
    1.10 +SHORT_DESC="AppData is a subset of AppStream."
    1.11 +MAINTAINER="yuripourre@gmail.com"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.13 +WEB_SITE="http://people.freedesktop.org/~hughsient/appdata/"
    1.14 +WGET_URL="http://people.freedesktop.org/~hughsient/releases/$TARBALL"
    1.15 +
    1.16 +DEPENDS="gdk-pixbuf libsoup"
    1.17 +BUILD_DEPENDS="gdk-pixbuf-dev libsoup-dev glib-dev"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	./configure \
    1.23 +		--prefix=/usr \
    1.24 +		$CONFIGURE_ARGS &&
    1.25 +	make &&
    1.26 +	make DESTDIR=$DESTDIR install
    1.27 +}
    1.28 +
    1.29 +genpkg_rules()
    1.30 +{
    1.31 +	mkdir -p $fs/usr
    1.32 +	cp -a $install/usr/ $fs
    1.33 +}
    1.34 +