wok-next view ponyprog/receipt @ rev 21720

qt4: replaced libIDL by libidl
author Hans-G?nter Theisgen
date Wed Aug 05 09:22:38 2020 +0100 (2020-08-05)
parents d5aab818505e
children
line source
1 # SliTaz package receipt.
3 PACKAGE="ponyprog"
4 VERSION="2.08c"
5 CATEGORY="system-tools"
6 SHORT_DESC="AVR/PIC COM/LPT devices programmer software"
7 MAINTAINER="psychomaniak@xakep.ru"
8 LICENSE="GPL"
9 WEB_SITE="http://www.lancos.com/prog.html"
11 TARBALL="PonyProg2000-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 compile_rules() {
15 install -Dm755 bin/ponyprog2000 $install/usr/bin/ponyprog2000
16 }
18 genpkg_rules() {
19 copy @std
20 DEPENDS="libxaw"
21 }