wok-current diff gpicview/receipt @ rev 16810
Add yelp-xsl
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Wed Jul 09 22:45:26 2014 -0300 (2014-07-09) |
parents | 380ffe05937a |
children | c9e270dd464f |
line diff
1.1 --- a/gpicview/receipt Sat Aug 10 17:00:38 2013 +0000 1.2 +++ b/gpicview/receipt Wed Jul 09 22:45:26 2014 -0300 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gpicview" 1.7 -VERSION="0.2.1" 1.8 +VERSION="0.2.4" 1.9 CATEGORY="graphics" 1.10 SHORT_DESC="Light pictures viewer." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -9,23 +9,17 @@ 1.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 WEB_SITE="http://lxde.sourceforge.net/gpicview/" 1.15 WGET_URL="$SF_MIRROR/lxde/$TARBALL" 1.16 +HOST_ARCH="i486 arm" 1.17 1.18 -DEPENDS="glibc-base expat glib libgio zlib fontconfig freetype \ 1.19 -gtk+ atk cairo pango pixman jpeg libpng libxcb xcb-util \ 1.20 -xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage \ 1.21 -xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrender" 1.22 -BUILD_DEPENDS="gtk+-dev xorg-dev intltool" 1.23 +DEPENDS="gtk+ expat glib libgio libpng jpeg zlib" 1.24 +BUILD_DEPENDS="gtk+-dev expat-dev glib-dev libgio-dev libpng-dev jpeg-dev" 1.25 1.26 # Rules to configure and make the package. 1.27 compile_rules() 1.28 { 1.29 - cd $src 1.30 ./configure \ 1.31 - --prefix=/usr \ 1.32 - --mandir=/usr/share/man \ 1.33 $CONFIGURE_ARGS && 1.34 - make && 1.35 - make DESTDIR=$DESTDIR install 1.36 + make && make install 1.37 } 1.38 1.39 # Rules to gen a SliTaz package suitable for Tazpkg.