wok diff gnustep-gui/receipt @ rev 7593
Busybox config change: unset CONFIG_AR (it conflict with binutils ar) & unset CONFIG_XZ (only unxz is actually usefull - it appears that lzma legacy is our better compression tool)
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Fri Dec 10 19:35:10 2010 +0100 (2010-12-10) |
parents | 9f19aee613be |
children | 8527ff530176 |
line diff
1.1 --- a/gnustep-gui/receipt Sun Feb 28 15:33:01 2010 +0100 1.2 +++ b/gnustep-gui/receipt Fri Dec 10 19:35:10 2010 +0100 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="GNUstep GUI class library." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="gnustep-base audiofile aspell giflib portaudio cups libcomerr3" 1.8 +DEPENDS="gnustep-base audiofile aspell giflib portaudio cups libcomerr3 libtasn1" 1.9 BUILD_DEPENDS="gnustep-base-dev" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://www.gnustep.org/"