wok-next annotate dukto/receipt @ rev 21196
updated scrollz again (2.2.3 -> 2.3)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Oct 03 16:09:40 2019 +0100 (2019-10-03) |
parents | d5aab818505e |
children |
rev | line source |
---|---|
pascal@13296 | 1 # SliTaz package receipt. |
pascal@13296 | 2 |
pascal@13296 | 3 PACKAGE="dukto" |
pascal@13296 | 4 VERSION="108" |
pascal@13296 | 5 CATEGORY="network" |
al@21020 | 6 SHORT_DESC="A simple, fast and multi-platform file transfer tool for LAN users" |
pascal@13296 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15202 | 8 LICENSE="GPL2" |
pascal@21145 | 9 WEB_SITE="https://sourceforge.net/projects/dukto/" |
al@21020 | 10 |
pascal@13296 | 11 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
al@21020 | 12 WGET_URL="subversion|http://dukto.googlecode.com/svn/trunk/" |
pascal@13296 | 13 |
pascal@13297 | 14 BUILD_DEPENDS="subversion Qt4-dev qmake libQtDeclarative" |
pascal@13296 | 15 |
al@21020 | 16 compile_rules() { |
pascal@13296 | 17 qmake PREFIX="/usr/" && |
pascal@13296 | 18 make $MAKEFLAGS && |
al@21020 | 19 make INSTALL_ROOT=$install install |
pascal@13296 | 20 } |
pascal@13296 | 21 |
al@21020 | 22 genpkg_rules() { |
pascal@13296 | 23 mkdir -p $fs/usr/bin |
pascal@13298 | 24 cp -a $install/* $fs/ |
pascal@13299 | 25 ln -s /opt/dukto/bin/dukto $fs/usr/bin |
al@21020 | 26 DEPENDS="gcc-lib-base libQtDeclarative" |
pascal@13296 | 27 } |