wok-6.x annotate dukto/receipt @ rev 19573
qt4: another "patch"
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Fri Dec 23 09:12:45 2016 +0100 (2016-12-23) |
parents | f2080a24ac92 |
children | 6e8b1bcb30e2 |
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@15202 | 8 LICENSE="GPL2" |
pascal@13296 | 9 WEB_SITE="http://code.google.com/p/$PACKAGE/" |
pascal@13296 | 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 } |