wok-next annotate radare2/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 0d61f0b796d6
children
rev   line source
pascal@17363 1 # SliTaz package receipt.
pascal@17363 2
pascal@17363 3 PACKAGE="radare2"
pascal@17363 4 VERSION="0.9.8"
pascal@17363 5 CATEGORY="development"
al@21020 6 SHORT_DESC="The reverse engineering framework"
pascal@17363 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17363 8 LICENSE="GPL3 LGPL3"
al@21020 9 WEB_SITE="https://www.radare.org/r/"
al@21020 10
pascal@17363 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@21020 12 WGET_URL="${WEB_SITE}get/$TARBALL" # FIXME
pascal@17363 13
al@21020 14 compile_rules() {
al@21020 15 ./configure \
al@21020 16 --prefix=/usr \
pascal@17363 17 $CONFIGURE_ARGS &&
pascal@17363 18 make &&
al@21020 19 make DESTDIR=$install install
pascal@17363 20 }
pascal@17363 21
al@21020 22 genpkg_rules() {
pascal@17363 23 cp -a $install/* $fs/
pascal@17363 24 }