wok view drakon-editor/receipt @ rev 23981

Add dog
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 21 12:40:17 2020 +0000 (2020-11-21)
parents 46f33ea88be3
children 640a2eba2511
line source
1 # SliTaz package receipt.
3 PACKAGE="drakon-editor"
4 VERSION="1.31"
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="libsqlite-tcl libtkimg tcllib tk"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/share/applications
21 cp -a $src $fs/usr/share/$PACKAGE
22 cat > $fs/usr/share/applications/$PACKAGE.desktop <<EOT
23 [Desktop Entry]
24 Type=Application
25 Name=Drakon diagram editor
26 Name[fr]=Editeur de diagrammes Drakon
27 Exec=/usr/share/$PACKAGE/drakon_editor.tcl %f
28 Categories=Development;Building;
29 EOT
30 }