wok-4.x rev 8951
Merge
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Mar 01 17:37:51 2011 +0000 (2011-03-01) |
parents | e55f2df34161 e2dd4c43c979 |
children | 202eeb7613ce |
files |
line diff
1.1 --- a/exif/receipt Tue Mar 01 17:36:39 2011 +0000 1.2 +++ b/exif/receipt Tue Mar 01 17:37:51 2011 +0000 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="Read exif data from images" 1.5 MAINTAINER="sygne@ombres.eu" 1.6 DEPENDS="libexif popt" 1.7 -BUILD_DEPENDS="libexif-dev popt-dev" 1.8 +BUILD_DEPENDS="libexif libexif-dev popt-dev" 1.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.10 WEB_SITE="http://libexif.sourceforge.net/" 1.11 WGET_URL="$SF_MIRROR/libexif/$TARBALL"
2.1 --- a/links/receipt Tue Mar 01 17:36:39 2011 +0000 2.2 +++ b/links/receipt Tue Mar 01 17:37:51 2011 +0000 2.3 @@ -7,7 +7,7 @@ 2.4 MAINTAINER="pankso@slitaz.org" 2.5 DEPENDS="ncurses openssl jpeg libpng tiff xorg-libX11 xorg-libXau \ 2.6 xorg-libXdmcp zlib" 2.7 -BUILD_DEPENDS="ncurses-dev openssl-dev" 2.8 +BUILD_DEPENDS="ncurses-dev openssl-dev xorg-dev" 2.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.10 WEB_SITE="http://links.twibright.com/" 2.11 WGET_URL="http://links.twibright.com/download/$TARBALL"
3.1 --- a/mcrypt/receipt Tue Mar 01 17:36:39 2011 +0000 3.2 +++ b/mcrypt/receipt Tue Mar 01 17:37:51 2011 +0000 3.3 @@ -6,7 +6,7 @@ 3.4 SHORT_DESC="Encryption" 3.5 MAINTAINER="erjo@slitaz.org" 3.6 DEPENDS="zlib mhash libmcrypt" 3.7 -BUILD_DEPENDS="libmcrypt-dev" 3.8 +BUILD_DEPENDS="libmcrypt libmcrypt-dev" 3.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.10 WEB_SITE="http://mcrypt.sourceforge.net/" 3.11 WGET_URL="http://downloads.sourceforge.net/project/mcrypt/MCrypt/$VERSION/$TARBALL"
4.1 --- a/othello/receipt Tue Mar 01 17:36:39 2011 +0000 4.2 +++ b/othello/receipt Tue Mar 01 17:37:51 2011 +0000 4.3 @@ -4,6 +4,7 @@ 4.4 VERSION="1.0" 4.5 CATEGORY="games" 4.6 SHORT_DESC="Othello game in javascript" 4.7 +TARBALL="$PACKAGE-$VERSION.tar.lzma" 4.8 MAINTAINER="pascal.bellard@slitaz.org" 4.9 WEB_SITE="http://www.posi.net/software/othello/" 4.10 4.11 @@ -12,6 +13,11 @@ 4.12 { 4.13 mkdir -p $src/images 2> /dev/null 4.14 cd $src 4.15 + if [ ! -s othello.js ] && 4.16 + wget http://mirror.slitaz.org/sources/packages/o/$TARBALL; then 4.17 + unlzma -c $TARBALL | tar xf - 4.18 + mv $PACKAGE-$VERSION/* . 4.19 + fi 4.20 for i in index.html othello.js \ 4.21 images/blank.gif images/white.gif images/black.gif \ 4.22 images/white-trans.gif images/black-trans.gif ; do