wok diff tiff/receipt @ rev 17382
leafpad: move icon from pixmaps to icons
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Nov 27 01:38:49 2014 +0200 (2014-11-27) |
parents | cf02cc1c573a |
children | 124c3a7da04f |
line diff
1.1 --- a/tiff/receipt Fri Jan 24 06:37:27 2014 +0000 1.2 +++ b/tiff/receipt Thu Nov 27 01:38:49 2014 +0200 1.3 @@ -9,6 +9,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="http://www.remotesensing.org/libtiff/" 1.6 WGET_URL="ftp://ftp.remotesensing.org/pub/libtiff/$TARBALL" 1.7 +HOST_ARCH="i486 arm" 1.8 1.9 DEPENDS="jpeg zlib gcc-lib-base" 1.10 BUILD_DEPENDS="jpeg-dev zlib-dev" 1.11 @@ -16,8 +17,6 @@ 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 { 1.15 - cd $src 1.16 - 1.17 ./configure $CONFIGURE_ARGS && 1.18 make && make install 1.19 }