wok-next view gtkperf/receipt @ rev 20575
More fix libtool; combine libdbusmenu-gtk*
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Apr 14 01:31:03 2018 +0300 (2018-04-14) |
parents | f6af821600e6 |
children | f48456621a9d |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gtkperf"
4 VERSION="0.40"
5 CATEGORY="utilities"
6 SHORT_DESC="Application designed to test GTK+ performance"
7 MAINTAINER="devl547@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://gtkperf.sourceforge.net/"
11 TARBALL="${PACKAGE}_${VERSION}.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="gtk+-dev gettext autoconf"
16 COOKOPTS="skip-log-errors"
18 compile_rules() {
19 sed -i 's|/doc|/share&|' Makefile*
21 ./configure $CONFIGURE_ARGS &&
22 fix libtool &&
23 make &&
24 make DESTDIR=$DESTDIR install
25 }
27 genpkg_rules() {
28 copy @std
29 DEPENDS="gtk+"
30 }