wok-next diff radare2/receipt @ rev 21415
updated proxytunnel (1.9.0 -> 1.9.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 27 16:48:39 2020 +0100 (2020-04-27) |
parents | 0d61f0b796d6 |
children |
line diff
1.1 --- a/radare2/receipt Wed Nov 19 19:20:09 2014 +0100 1.2 +++ b/radare2/receipt Mon Apr 27 16:48:39 2020 +0100 1.3 @@ -3,24 +3,22 @@ 1.4 PACKAGE="radare2" 1.5 VERSION="0.9.8" 1.6 CATEGORY="development" 1.7 -SHORT_DESC="The reverse engineering framework." 1.8 +SHORT_DESC="The reverse engineering framework" 1.9 MAINTAINER="pascal.bellard@slitaz.org" 1.10 LICENSE="GPL3 LGPL3" 1.11 +WEB_SITE="https://www.radare.org/r/" 1.12 + 1.13 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.14 -WEB_SITE="http://radare.org/" 1.15 -WGET_URL="${WEB_SITE}get/$TARBALL" 1.16 +WGET_URL="${WEB_SITE}get/$TARBALL" # FIXME 1.17 1.18 -# Rules to configure and make the package. 1.19 -compile_rules() 1.20 -{ 1.21 - ./configure --prefix=/usr \ 1.22 +compile_rules() { 1.23 + ./configure \ 1.24 + --prefix=/usr \ 1.25 $CONFIGURE_ARGS && 1.26 make && 1.27 - make DESTDIR=$DESTDIR install 1.28 + make DESTDIR=$install install 1.29 } 1.30 1.31 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.32 -genpkg_rules() 1.33 -{ 1.34 +genpkg_rules() { 1.35 cp -a $install/* $fs/ 1.36 }