wok-6.x diff gtkperf/receipt @ rev 19161
Typos in "daemon"...
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri May 27 01:40:23 2016 +0300 (2016-05-27) |
parents | 600aaedb561d |
children | f6af821600e6 |
line diff
1.1 --- a/gtkperf/receipt Mon Dec 02 19:18:04 2013 +0000 1.2 +++ b/gtkperf/receipt Fri May 27 01:40:23 2016 +0300 1.3 @@ -6,9 +6,9 @@ 1.4 SHORT_DESC="Application designed to test GTK+ performance." 1.5 MAINTAINER="devl547@gmail.com" 1.6 LICENSE="GPL2" 1.7 -TARBALL="gtkperf_0.40.tar.gz" 1.8 +TARBALL="${PACKAGE}_${VERSION}.tar.gz" 1.9 WEB_SITE="http://gtkperf.sourceforge.net/" 1.10 -WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE/$VERSION/$TARBALL" 1.11 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.12 1.13 DEPENDS="gtk+" 1.14 BUILD_DEPENDS="gtk+-dev gettext autoconf" 1.15 @@ -16,7 +16,6 @@ 1.16 # Rules to configure and make the package. 1.17 compile_rules() 1.18 { 1.19 - cd $src 1.20 ./configure $CONFIGURE_ARGS 2>&1 | grep -v /config.rpath && 1.21 make && 1.22 make DESTDIR=$DESTDIR install