wok diff ruby-ncurses/receipt @ rev 18331
dropbear: add sshfbvnc (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Sep 09 09:23:13 2015 +0200 (2015-09-09) |
parents | cc6bbcf323fa |
children | 8e65b867668e |
line diff
1.1 --- a/ruby-ncurses/receipt Sat Oct 11 14:25:56 2014 +0200 1.2 +++ b/ruby-ncurses/receipt Wed Sep 09 09:23:13 2015 +0200 1.3 @@ -11,12 +11,11 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.5 SOURCE="ncurses-ruby" 1.6 WEB_SITE="http://pkgs.fedoraproject.org/repo/pkgs/ruby-ncurses/" 1.7 -WGET_URL="http://pkgs.fedoraproject.org/repo/pkgs/ruby-ncurses/ncurses-ruby-1.3.1.tar.bz2/63fd3d09a51cdd745e1ed37f85621ea2/ncurses-ruby-1.3.1.tar.bz2" 1.8 +WGET_URL="${WEB_SITE}$TARBALL/63fd3d09a51cdd745e1ed37f85621ea2/$TARBALL" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 { 1.13 - cd $src 1.14 # use fedora patches 1.15 patch -i ../../stuff/STR2CSTR-deprecated.patch 1.16 patch -i ../../stuff/ruby-ncurses-fix-missing-tz-prototypes.patch 1.17 @@ -31,4 +30,3 @@ 1.18 mkdir -p $fs/usr 1.19 cp -a $install/usr/lib $fs/usr 1.20 } 1.21 -