wok-next annotate gtkperf/receipt @ rev 19181
cups: usb uri example
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 04 11:05:21 2016 +0200 (2016-06-04) |
parents | 600aaedb561d |
children | f6af821600e6 |
rev | line source |
---|---|
devl547@5222 | 1 # SliTaz package receipt. |
devl547@5222 | 2 |
devl547@5222 | 3 PACKAGE="gtkperf" |
devl547@5222 | 4 VERSION="0.40" |
devl547@5222 | 5 CATEGORY="utilities" |
devl547@5222 | 6 SHORT_DESC="Application designed to test GTK+ performance." |
devl547@5222 | 7 MAINTAINER="devl547@gmail.com" |
pascal@15589 | 8 LICENSE="GPL2" |
al@19001 | 9 TARBALL="${PACKAGE}_${VERSION}.tar.gz" |
devl547@5222 | 10 WEB_SITE="http://gtkperf.sourceforge.net/" |
al@19001 | 11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" |
pascal@15589 | 12 |
devl547@5222 | 13 DEPENDS="gtk+" |
pascal@15590 | 14 BUILD_DEPENDS="gtk+-dev gettext autoconf" |
devl547@5222 | 15 |
devl547@5222 | 16 # Rules to configure and make the package. |
devl547@5222 | 17 compile_rules() |
devl547@5222 | 18 { |
pascal@15159 | 19 ./configure $CONFIGURE_ARGS 2>&1 | grep -v /config.rpath && |
devl547@5222 | 20 make && |
slaxemulator@9034 | 21 make DESTDIR=$DESTDIR install |
devl547@5222 | 22 } |
devl547@5222 | 23 |
devl547@5222 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
devl547@5222 | 25 genpkg_rules() |
devl547@5222 | 26 { |
slaxemulator@9034 | 27 mkdir -p $fs/usr |
pascal@15589 | 28 cp -a $install/usr/bin $fs/usr |
pascal@15589 | 29 cp -a $install/usr/share $fs/usr |
devl547@5222 | 30 } |