wok-6.x annotate radare2/receipt @ rev 22305
updated xpaint (2.9.10.3 -> 2.10.2)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Nov 14 07:37:47 2019 +0100 (2019-11-14) |
parents | 0d61f0b796d6 |
children | da134f47b369 |
rev | line source |
---|---|
pascal@17363 | 1 # SliTaz package receipt. |
pascal@17363 | 2 |
pascal@17363 | 3 PACKAGE="radare2" |
pascal@20435 | 4 VERSION="2.7.0" |
pascal@17363 | 5 CATEGORY="development" |
pascal@17363 | 6 SHORT_DESC="The reverse engineering framework." |
pascal@17363 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@17363 | 8 LICENSE="GPL3 LGPL3" |
pascal@20435 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@17363 | 10 WEB_SITE="http://radare.org/" |
pascal@20435 | 11 WGET_URL="http://radare.mikelloc.com/get/$VERSION/$TARBALL" |
pascal@17363 | 12 |
pascal@17363 | 13 # Rules to configure and make the package. |
pascal@17363 | 14 compile_rules() |
pascal@17363 | 15 { |
pascal@17363 | 16 ./configure --prefix=/usr \ |
pascal@17363 | 17 $CONFIGURE_ARGS && |
pascal@17363 | 18 make && |
pascal@17363 | 19 make DESTDIR=$DESTDIR install |
pascal@17363 | 20 } |
pascal@17363 | 21 |
pascal@17363 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@17363 | 23 genpkg_rules() |
pascal@17363 | 24 { |
pascal@17363 | 25 cp -a $install/* $fs/ |
pascal@17363 | 26 } |