wok diff cplay/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents ce9148142ee8
children dfef8de3d270
line diff
     1.1 --- a/cplay/receipt	Thu Dec 26 13:16:14 2013 +0000
     1.2 +++ b/cplay/receipt	Tue Jan 27 16:55:03 2015 +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  }