wok-6.x diff ponyprog-qt/receipt @ rev 20111
Add ponyprog-qt
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Wed Oct 11 21:37:50 2017 +0200 (2017-10-11) |
parents | |
children | 9e45f21b3946 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ponyprog-qt/receipt Wed Oct 11 21:37:50 2017 +0200 1.3 @@ -0,0 +1,26 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="ponyprog-qt" 1.7 +VERSION="3.0.0" 1.8 +CATEGORY="system-tools" 1.9 +SHORT_DESC="PonyProg is the universal programmer for many serial devices." 1.10 +MAINTAINER="psychomaniak@xakep.ru" 1.11 +LICENSE="GPL" 1.12 +WEB_SITE="http://www.lancos.com/prog.html" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 +WGET_URL="https://github.com/lancos/ponyprog/archive/v${VERSION}.tar.gz" 1.15 + 1.16 +DEPENDS="libQtGui" 1.17 +BUILD_DEPENDS="Qt4-dev qmake cmake" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + qmake && make && make install 1.23 +} 1.24 + 1.25 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.26 +genpkg_rules() 1.27 +{ 1.28 + cp -a $install/* $fs 1.29 +}