wok-next view dukto/receipt @ rev 21153

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
parents d5aab818505e
children
line source
1 # SliTaz package receipt.
3 PACKAGE="dukto"
4 VERSION="108"
5 CATEGORY="network"
6 SHORT_DESC="A simple, fast and multi-platform file transfer tool for LAN users"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://sourceforge.net/projects/dukto/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="subversion|http://dukto.googlecode.com/svn/trunk/"
14 BUILD_DEPENDS="subversion Qt4-dev qmake libQtDeclarative"
16 compile_rules() {
17 qmake PREFIX="/usr/" &&
18 make $MAKEFLAGS &&
19 make INSTALL_ROOT=$install install
20 }
22 genpkg_rules() {
23 mkdir -p $fs/usr/bin
24 cp -a $install/* $fs/
25 ln -s /opt/dukto/bin/dukto $fs/usr/bin
26 DEPENDS="gcc-lib-base libQtDeclarative"
27 }