wok-next diff gdb-python/receipt @ rev 15152
libpri: fix a source file
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 15 13:59:18 2013 +0000 (2013-08-15) |
parents | a2066d3c1f8b |
children | a065fc6a87fe |
line diff
1.1 --- a/gdb-python/receipt Mon Jun 25 08:55:14 2012 +0000 1.2 +++ b/gdb-python/receipt Thu Aug 15 13:59:18 2013 +0000 1.3 @@ -5,14 +5,16 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="The GNU Project Debugger with Python support." 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="ncurses expat glibc-dev python" 1.8 -BUILD_DEPENDS="ncurses-dev python-dev" 1.9 +LICENSE="GPL2" 1.10 SOURCE="gdb" 1.11 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.12 WEB_SITE="http://www.gnu.org/software/gdb/" 1.13 WGET_URL="$GNU_MIRROR/$SOURCE/$TARBALL" 1.14 PROVIDE="gdb" 1.15 1.16 +DEPENDS="ncurses expat glibc-dev python" 1.17 +BUILD_DEPENDS="ncurses-dev python-dev" 1.18 + 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 {