wok-6.x rev 1416
fix BUILD_DEPENDS for matplotlib and xine-lib
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Sep 25 08:49:07 2008 +0000 (2008-09-25) |
parents | b11e8fd81453 |
children | 41f003f6ada6 |
files | matplotlib/receipt xine-lib/receipt |
line diff
1.1 --- a/matplotlib/receipt Thu Sep 25 08:29:21 2008 +0000 1.2 +++ b/matplotlib/receipt Thu Sep 25 08:49:07 2008 +0000 1.3 @@ -9,7 +9,7 @@ 1.4 WEB_SITE="http://matplotlib.sourceforge.net/" 1.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.6 DEPENDS="python zlib libpng freetype numpy" 1.7 -BUILD_DEPENDS="python python-dev zlib-dev libpng-dev freetype-devel numpy" 1.8 +BUILD_DEPENDS="python python-dev zlib-dev libpng-dev freetype-dev numpy" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules()
2.1 --- a/xine-lib/receipt Thu Sep 25 08:29:21 2008 +0000 2.2 +++ b/xine-lib/receipt Thu Sep 25 08:49:07 2008 +0000 2.3 @@ -6,7 +6,6 @@ 2.4 SHORT_DESC="Xine video library." 2.5 MAINTAINER="pankso@slitaz.org" 2.6 DEPENDS="xorg" 2.7 -BUILD_DEPENDS="grep" 2.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.9 WEB_SITE="http://www.xinehq.de/" 2.10 WGET_URL="http://switch.dl.sourceforge.net/sourceforge/xine/$TARBALL"