wok view ponyprog/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents
children 080c1dff8494
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"
10 SOURCE="PonyProg2000"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 DEPENDS="xorg-libXaw"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/bin
20 cp -a $src/bin/${PACKAGE}2000 $fs/usr/bin
21 }