wok-next view wput/receipt @ rev 20516

Add liblinear, up nmap, py3k -> python3
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Mar 22 04:47:38 2018 +0200 (2018-03-22)
parents c4e53a39395a
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="wput"
4 VERSION="0.6.2"
5 CATEGORY="network"
6 SHORT_DESC="A tiny wget-like ftp-client for uploading files"
7 MAINTAINER="l.lemarinel@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://wput.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.tgz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 compile_rules() {
15 sed -i "s|^prefix *=.*|prefix = $DESTDIR/usr|" Makefile.in
16 ./configure \
17 --prefix=/usr \
18 --disable-g-switch \
19 --without-ssl \
20 $CONFIGURE_ARGS &&
21 make &&
22 make DESTDIR=$DESTDIR install
23 }
25 genpkg_rules() {
26 copy @std
27 }