wok-stable annotate gtkperf/receipt @ rev 5970
Add perl-rfc-rfc822-address
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 07 09:11:06 2010 +0200 (2010-08-07) |
parents | |
children | 03933a919f81 |
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" |
devl547@5222 | 8 TARBALL="gtkperf_0.40.tar.gz" |
devl547@5222 | 9 WEB_SITE="http://gtkperf.sourceforge.net/" |
devl547@5222 | 10 WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE/$VERSION/$TARBALL" |
devl547@5222 | 11 BUILD_DEPENDS="gtk+-dev gettext" |
devl547@5222 | 12 DEPENDS="gtk+" |
devl547@5222 | 13 |
devl547@5222 | 14 # Rules to configure and make the package. |
devl547@5222 | 15 compile_rules() |
devl547@5222 | 16 { |
devl547@5222 | 17 cd gtkperf |
devl547@5222 | 18 ./configure --prefix=/usr --infodir=/usr/share/info \ |
devl547@5222 | 19 --mandir=/usr/share/man $CONFIGURE_ARGS && |
devl547@5222 | 20 make && |
devl547@5222 | 21 make DESTDIR=$PWD/_pkg 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 { |
devl547@5222 | 27 mkdir -p $fs/usr/ |
devl547@5222 | 28 cp -a gtkperf/_pkg/usr/bin $fs/usr |
devl547@5222 | 29 cp -a gtkperf/_pkg/usr/share $fs/usr |
devl547@5222 | 30 } |