wok-6.x view ponyprog-qt/receipt @ rev 20112

Add avrdude
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Wed Oct 11 21:57:55 2017 +0200 (2017-10-11)
parents d311ba1a3e38
children 9415addc582d
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 gcc49-lib-base"
14 BUILD_DEPENDS="Qt4-dev qmake cmake gcc49"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 export LD_LIBRARY_PATH="/usr/libgcc49:$LD_LIBRARY_PATH"
20 export CXX=/usr/bin/i486-slitaz-linux-g++-49
21 export CC=/usr/bin/i486-slitaz-linux-gcc-49
23 qmake && make && make install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/* $fs
30 }