wok-next view dukto/receipt @ rev 21503
updated atk (2.30.0 -> 2.36.0)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jun 19 07:26:35 2020 +0100 (2020-06-19) |
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 }