wok view 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 source
1 # SliTaz package receipt.
3 PACKAGE="ponyprog-qt"
4 VERSION="3.0.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="PonyProg is the universal programmer for many serial devices."
7 MAINTAINER="psychomaniak@xakep.ru"
8 LICENSE="GPL"
9 WEB_SITE="http://www.lancos.com/prog.html"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="https://github.com/lancos/ponyprog/archive/v${VERSION}.tar.gz"
13 DEPENDS="libQtGui"
14 BUILD_DEPENDS="Qt4-dev qmake cmake"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 qmake && make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $install/* $fs
26 }