wok diff gdb/receipt @ rev 6330
Make sure package receipt exists before source in check_commit function. I hope this causes no problems.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Sep 18 16:45:22 2010 +0000 (2010-09-18) |
parents | fdcef0b5e0c7 |
children | f3cc54360e1f |
line diff
1.1 --- a/gdb/receipt Sat Jul 10 11:19:46 2010 +0200 1.2 +++ b/gdb/receipt Sat Sep 18 16:45:22 2010 +0000 1.3 @@ -1,15 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gdb" 1.7 -VERSION="7.0.1" 1.8 +VERSION="7.1" 1.9 CATEGORY="development" 1.10 SHORT_DESC="The GNU Project Debugger." 1.11 MAINTAINER="erjo@slitaz.org" 1.12 DEPENDS="ncurses expat glibc-dev" 1.13 BUILD_DEPENDS="ncurses-dev readline-dev" 1.14 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.16 WEB_SITE="http://www.gnu.org/software/gdb/" 1.17 -WGET_URL="http://ftp.gnu.org/gnu/gdb/$TARBALL" 1.18 +WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.19 1.20 # Rules to configure and make the package. 1.21 compile_rules()