wok rev 17386

cplay, cvs: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 27 12:43:05 2014 +0100 (2014-11-27)
parents cdf802803d26
children b3e86344ef9b
files cplay/receipt cvs/receipt
line diff
     1.1 --- a/cplay/receipt	Thu Nov 27 10:52:38 2014 +0100
     1.2 +++ b/cplay/receipt	Thu Nov 27 12:43:05 2014 +0100
     1.3 @@ -10,12 +10,11 @@
     1.4  BUILD_DEPENDS="python-dev ncurses-dev git bzip2 gettext"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.6  WEB_SITE="https://github.com/res0nat0r/cplay"
     1.7 -WGET_URL="git|"git://github.com/res0nat0r/cplay
     1.8 +WGET_URL="git|git://github.com/res0nat0r/cplay"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13 -	cd $src
    1.14  	make
    1.15  	make cplayrc
    1.16  }
     2.1 --- a/cvs/receipt	Thu Nov 27 10:52:38 2014 +0100
     2.2 +++ b/cvs/receipt	Thu Nov 27 12:43:05 2014 +0100
     2.3 @@ -8,7 +8,7 @@
     2.4  LICENSE="GPL"
     2.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     2.6  WEB_SITE="http://ximbiot.com/cvs/"
     2.7 -WGET_URL=""http://ftp.gnu.org/non-gnu/cvs/source/stable/$VERSION/$TARBALL
     2.8 +WGET_URL="http://ftp.gnu.org/non-gnu/cvs/source/stable/$VERSION/$TARBALL"
     2.9  TAGS="version-control versioning"
    2.10  
    2.11  DEPENDS="libcomerr libcomerr3 libcrypto libkrb5"
    2.12 @@ -16,7 +16,6 @@
    2.13  # Rules to configure and make the package.
    2.14  compile_rules()
    2.15  {
    2.16 -	cd $src
    2.17  	./configure -C --prefix=/usr \
    2.18  		--with-ssh \
    2.19  		--mandir=/usr/share/man $CONFIGURE_ARGS &&