wok annotate dukto/receipt @ rev 24127
sokojs: get slc levels
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 16 16:30:13 2021 +0000 (2021-10-16) |
parents | 20661c276bcf |
children | bfabe25c21ff |
rev | line source |
---|---|
pascal@13296 | 1 # SliTaz package receipt. |
pascal@13296 | 2 |
pascal@13296 | 3 PACKAGE="dukto" |
pascal@22836 | 4 VERSION="4.9.8.0_108" |
pascal@13296 | 5 CATEGORY="network" |
pascal@13296 | 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@20682 | 9 WEB_SITE="https://sourceforge.net/projects/dukto/" |
pascal@22836 | 10 TARBALL="$PACKAGE-${VERSION#*_}.tar.bz2" |
pascal@13296 | 11 WGET_URL="subversion|http://$PACKAGE.googlecode.com/svn/trunk/" |
pascal@13296 | 12 |
pascal@13297 | 13 BUILD_DEPENDS="subversion Qt4-dev qmake libQtDeclarative" |
pascal@13296 | 14 DEPENDS="gcc-lib-base libQtDeclarative" |
pascal@13296 | 15 |
pascal@13296 | 16 # Rules to configure and make the package. |
pascal@13296 | 17 compile_rules() |
pascal@13296 | 18 { |
pascal@13296 | 19 cd $src |
pascal@13296 | 20 qmake PREFIX="/usr/" && |
pascal@13296 | 21 make $MAKEFLAGS && |
pascal@13296 | 22 make INSTALL_ROOT=$DESTDIR install |
pascal@13296 | 23 } |
pascal@13296 | 24 |
pascal@13296 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13296 | 26 genpkg_rules() |
pascal@13296 | 27 { |
pascal@13296 | 28 mkdir -p $fs/usr/bin |
pascal@13298 | 29 cp -a $install/* $fs/ |
pascal@13299 | 30 ln -s /opt/dukto/bin/dukto $fs/usr/bin |
pascal@13296 | 31 } |