wok view drakon-editor/receipt @ rev 19175

Fill category 'localization'
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jun 03 01:02:47 2016 +0300 (2016-06-03)
parents
children 46f33ea88be3
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 TARBALL="drakon_editor$VERSION.zip"
10 WEB_SITE="http://drakon-editor.sourceforge.net/"
11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
13 DEPENDS="tk tcllib libsqlite-tcl libtkimg"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/share/applications
19 cp -a $src $fs/usr/share/$PACKAGE
20 cat > $fs/usr/share/applications/$PACKAGE.desktop <<EOT
21 [Desktop Entry]
22 Type=Application
23 Name=Drakon diagram editor
24 Name[fr]=Editeur de diagrammes Drakon
25 Exec=/usr/share/$PACKAGE/drakon_editor.tcl %f
26 Categories=Development;Building;
27 EOT
28 }