wok-4.x diff urxvt-full/receipt @ rev 4176
Fix: matplotlib config, build and update to 0.99.1
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Sep 22 22:05:53 2009 +0200 (2009-09-22) |
parents | e0d0cc437464 |
children | 30bb68da9336 |
line diff
1.1 --- a/urxvt-full/receipt Sun Jan 04 18:43:35 2009 +0100 1.2 +++ b/urxvt-full/receipt Tue Sep 22 22:05:53 2009 +0200 1.3 @@ -5,12 +5,13 @@ 1.4 CATEGORY="utilities" 1.5 SHORT_DESC="terminal with unicode support" 1.6 MAINTAINER="sygne@ombres.eu" 1.7 -DEPENDS="fontconfig xorg" 1.8 +DEPENDS="fontconfig xorg expat freetype xorg-libXft zlib" 1.9 BUILD_DEPENDS="xorg-dev xorg-libXft-dev xorg-libX11-dev" 1.10 SOURCE="rxvt-unicode" 1.11 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.12 WEB_SITE="http://software.schmorp.de/pkg/rxvt-unicode.html" 1.13 WGET_URL="http://dist.schmorp.de/rxvt-unicode/$TARBALL" 1.14 +PROVIDE="urxvt" 1.15 1.16 # Rules to configure and make the package. 1.17 compile_rules()