wok-6.x annotate axel/receipt @ rev 19381
palemoon: change sqlite version
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Thu Aug 18 16:53:29 2016 +0200 (2016-08-18) |
parents | 7f39549720b8 |
children | 6e8b1bcb30e2 |
rev | line source |
---|---|
rocky@3543 | 1 # SliTaz package receipt. |
rocky@3543 | 2 |
rocky@3543 | 3 PACKAGE="axel" |
rocky@3543 | 4 VERSION="2.4" |
rocky@3543 | 5 CATEGORY="network" |
rocky@3543 | 6 SHORT_DESC="Download accelerator." |
rocky@3543 | 7 MAINTAINER="rocky@slitaz.org" |
pascal@15001 | 8 LICENSE="GPL2" |
al@19275 | 9 WEB_SITE="http://axel.alioth.debian.org" |
rocky@3543 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
rocky@3543 | 11 WGET_URL="http://alioth.debian.org/frs/download.php/3015/$TARBALL" |
rocky@3543 | 12 CONFIG_FILES="/etc/axelrc" |
jozee@3564 | 13 TAGS="web internet" |
rocky@3543 | 14 |
rocky@3543 | 15 # Rules to configure and make the package. |
rocky@3543 | 16 compile_rules() |
rocky@3543 | 17 { |
al@19269 | 18 ./configure --prefix=/usr \ |
al@19269 | 19 --i18n=0 \ |
al@19269 | 20 $CONFIGURE_ARGS && |
al@19269 | 21 make && |
al@19269 | 22 make install DESTDIR=$DESTDIR |
rocky@3543 | 23 } |
rocky@3543 | 24 |
rocky@3543 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
rocky@3543 | 26 genpkg_rules() |
rocky@3543 | 27 { |
al@19275 | 28 cook_copy_files axel axelrc |
rocky@3543 | 29 } |