wok-next annotate dukto/receipt @ rev 13296
Add dukto
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 28 13:52:43 2012 +0200 (2012-08-28) |
parents | |
children | 7982b75e7995 |
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" |
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@13296 | 8 WEB_SITE="http://code.google.com/p/$PACKAGE/" |
pascal@13296 | 9 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pascal@13296 | 10 WGET_URL="subversion|http://$PACKAGE.googlecode.com/svn/trunk/" |
pascal@13296 | 11 |
pascal@13296 | 12 BUILD_DEPENDS="subversion Qt4-dev qmake" |
pascal@13296 | 13 DEPENDS="gcc-lib-base libQtDeclarative" |
pascal@13296 | 14 |
pascal@13296 | 15 MISSING_DEPENDS="libQtDeclarative.so.4 (debian=libqt4-declarative)" |
pascal@13296 | 16 |
pascal@13296 | 17 # Rules to configure and make the package. |
pascal@13296 | 18 compile_rules() |
pascal@13296 | 19 { |
pascal@13296 | 20 cd $src |
pascal@13296 | 21 qmake PREFIX="/usr/" && |
pascal@13296 | 22 make $MAKEFLAGS && |
pascal@13296 | 23 make INSTALL_ROOT=$DESTDIR install |
pascal@13296 | 24 } |
pascal@13296 | 25 |
pascal@13296 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13296 | 27 genpkg_rules() |
pascal@13296 | 28 { |
pascal@13296 | 29 mkdir -p $fs/usr/bin |
pascal@13296 | 30 cp $install/usr/bin/dukto $fs/usr/bin |
pascal@13296 | 31 } |