wok diff efreet/receipt @ rev 14844
tightvnc-viewer: improve receipt
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Jul 18 01:30:55 2013 +0200 (2013-07-18) |
parents | ea6d65e23c65 |
children | e10a14426f60 |
line diff
1.1 --- a/efreet/receipt Tue Apr 23 18:25:30 2013 +0200 1.2 +++ b/efreet/receipt Thu Jul 18 01:30:55 2013 +0200 1.3 @@ -1,9 +1,9 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="efreet" 1.7 -VERSION="1.7.6" 1.8 +VERSION="1.7.7" 1.9 CATEGORY="base-system" 1.10 -SHORT_DESC="E17 implementation of several specifications from freedesktop.org." 1.11 +SHORT_DESC="EFL library for handling of freedesktop.org specs." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 WEB_SITE="http://www.enlightenment.org/" 1.15 @@ -19,10 +19,9 @@ 1.16 CFLAGS="$CFLAGS -fvisibility=hidden" 1.17 LDFLAGS="$LDFLAGS -fvisibility=hidden" 1.18 export LDFLAGS 1.19 - ./configure \ 1.20 - --disable-doc \ 1.21 - $CONFIGURE_ARGS && 1.22 - make && make install 1.23 + 1.24 + ./configure --disable-doc $CONFIGURE_ARGS && 1.25 + make $MAKEFLAGS && make install 1.26 } 1.27 1.28 # Rules to gen a SliTaz package suitable for Tazpkg.