wok-next annotate wput/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 1eb4aacb48ed
children
rev   line source
al@20516 1 # SliTaz package receipt v2.
pascal@11228 2
pascal@11228 3 PACKAGE="wput"
pascal@11228 4 VERSION="0.6.2"
pascal@11228 5 CATEGORY="network"
pascal@11228 6 SHORT_DESC="A tiny wget-like ftp-client for uploading files"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15363 8 LICENSE="GPL2"
pascal@11228 9 WEB_SITE="http://wput.sourceforge.net/"
al@20516 10
al@20516 11 TARBALL="$PACKAGE-$VERSION.tgz"
pascal@11228 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@11228 13
al@20516 14 compile_rules() {
al@21020 15 sed -i "s|^prefix *=.*|prefix = $install/usr|" Makefile.in
pankso@16027 16 ./configure \
pankso@16027 17 --prefix=/usr \
pascal@11228 18 --disable-g-switch \
pankso@16027 19 --without-ssl \
pankso@16027 20 $CONFIGURE_ARGS &&
pascal@11228 21 make &&
al@21020 22 make DESTDIR=$install install
pascal@11228 23 }
pascal@11228 24
al@20516 25 genpkg_rules() {
al@20516 26 copy @std
pascal@11228 27 }