wok view drakon-editor/receipt @ rev 21747

tazboot: spare 2k
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 14 17:17:16 2019 +0200 (2019-06-14)
parents 841643b35b5e
children 7310f1493655
line source
1 # SliTaz package receipt.
3 PACKAGE="drakon-editor"
4 VERSION="1.29"
5 CATEGORY="development"
6 SHORT_DESC="A visual language for specifications from the Russian space program"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="PublicDomain"
9 WEB_SITE="http://drakon-editor.sourceforge.net/"
11 TARBALL="drakon_editor$VERSION.zip"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 DEPENDS="tk tcllib libsqlite-tcl libtkimg"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/share/applications
20 cp -a $src $fs/usr/share/$PACKAGE
21 cat > $fs/usr/share/applications/$PACKAGE.desktop <<EOT
22 [Desktop Entry]
23 Type=Application
24 Name=Drakon diagram editor
25 Name[fr]=Editeur de diagrammes Drakon
26 Exec=/usr/share/$PACKAGE/drakon_editor.tcl %f
27 Categories=Development;Building;
28 EOT
29 }