wok-next view drakon-editor/receipt @ rev 21268

updated frogatto (1.3.1 -> 1.3.3)
author Hans-G?nter Theisgen
date Fri Dec 06 17:30:20 2019 +0100 (2019-12-06)
parents fa61cfb16a25
children 74d9eeadaadc
line source
1 # SliTaz package receipt.
3 PACKAGE="drakon-editor"
4 VERSION="1.26"
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 genpkg_rules() {
15 mkdir -p $fs/usr/share/applications
16 cp -a $src $fs/usr/share/$PACKAGE
17 cat > $fs/usr/share/applications/$PACKAGE.desktop <<EOT
18 [Desktop Entry]
19 Type=Application
20 Name=Drakon diagram editor
21 Name[fr]=Editeur de diagrammes Drakon
22 Exec=/usr/share/drakon-editor/drakon_editor.tcl %f
23 Categories=Development;Building;
24 EOT
25 DEPENDS="tk tcllib libsqlite3-tcl libtkimg"
26 }