wok-current diff viewnior/receipt @ rev 15110
Add some LDFLAGS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 14 18:02:00 2013 +0000 (2013-08-14) |
parents | 1ceb477b8f7e |
children | f4c22f009037 |
line diff
1.1 --- a/viewnior/receipt Sun Feb 10 17:55:46 2013 +0000 1.2 +++ b/viewnior/receipt Wed Aug 14 18:02:00 2013 +0000 1.3 @@ -5,13 +5,15 @@ 1.4 CATEGORY="graphics" 1.5 SHORT_DESC="Light and simple image viewer." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="gtk+" 1.8 -BUILD_DEPENDS="gtk+-dev shared-mime-info-dev intltool libffi" 1.9 +LICENCE="GPL3" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://xsisqox.github.com/Viewnior/" 1.12 WGET_URL="http://cloud.github.com/downloads/xsisqox/Viewnior/$TARBALL" 1.13 TAGS="image photo viewer" 1.14 1.15 +DEPENDS="gtk+" 1.16 +BUILD_DEPENDS="gtk+-dev shared-mime-info-dev intltool libffi" 1.17 + 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 { 1.21 @@ -19,15 +21,15 @@ 1.22 ./configure \ 1.23 --prefix=/usr \ 1.24 $CONFIGURE_ARGS && 1.25 - make $MAKEFLAGS && make DESTDIR=$PWD/_pkg install 1.26 + make $MAKEFLAGS && make DESTDIR=$DESTDIR install 1.27 } 1.28 1.29 # Rules to gen a SliTaz package suitable for Tazpkg. 1.30 genpkg_rules() 1.31 { 1.32 mkdir -p $fs/usr/share/icons/hicolor/24x24 1.33 - cp -a $_pkg/usr/bin $fs/usr 1.34 - cp -a $_pkg/usr/share/viewnior $fs/usr/share 1.35 - cp -a $_pkg/usr/share/icons/hicolor/24x24/apps \ 1.36 + cp -a $install/usr/bin $fs/usr 1.37 + cp -a $install/usr/share/viewnior $fs/usr/share 1.38 + cp -a $install/usr/share/icons/hicolor/24x24/apps \ 1.39 $fs/usr/share/icons/hicolor/24x24 1.40 }