wok diff cgdb/receipt @ rev 9625
vlc: Fix DEPENDS alsa is not a package + move *DEPENDS var under all other since there are enormous ans it's simple to read
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Apr 24 01:02:03 2011 +0200 (2011-04-24) |
parents | f7e96b8e3444 |
children | 96976b961ce8 |
line diff
1.1 --- a/cgdb/receipt Tue Feb 16 12:15:27 2010 +0000 1.2 +++ b/cgdb/receipt Sun Apr 24 01:02:03 2011 +0200 1.3 @@ -6,6 +6,7 @@ 1.4 SHORT_DESC="Curses interface for GDB" 1.5 MAINTAINER="erjo@slitaz.org" 1.6 DEPENDS="gdb ncurses readline" 1.7 +DEPENDS="ncurses-dev readline-dev" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://cgdb.sourceforge.net/" 1.10 WGET_URL="http://prdownloads.sourceforge.net/cgdb/$TARBALL"