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

updated totem-pl-parser (3.26.0 -> 3.26.5)
author Hans-G?nter Theisgen
date Wed May 13 08:02:17 2020 +0100 (2020-05-13)
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 }