wok rev 17388
hg merge
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Nov 27 13:44:07 2014 +0200 (2014-11-27) |
parents | 03764dbf44e4 60d3db644e56 |
children | 9632206f6893 |
files |
line diff
1.1 --- a/cplay/receipt Thu Nov 27 13:42:41 2014 +0200 1.2 +++ b/cplay/receipt Thu Nov 27 13:44:07 2014 +0200 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 13:42:41 2014 +0200 2.2 +++ b/cvs/receipt Thu Nov 27 13:44:07 2014 +0200 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 &&