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

gtk3: added build dependency libxtst
author Hans-G?nter Theisgen
date Tue Aug 04 17:36:05 2020 +0100 (2020-08-04)
parents d5aab818505e
children
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 genpkg_rules()
15 {
16 mkdir -p $fs/usr/share/applications
17 cp -a $src $fs/usr/share/$PACKAGE
18 cat > $fs/usr/share/applications/$PACKAGE.desktop <<EOT
19 [Desktop Entry]
20 Type=Application
21 Name=Drakon diagram editor
22 Name[fr]=Editeur de diagrammes Drakon
23 Exec=/usr/share/drakon-editor/drakon_editor.tcl %f
24 Categories=Development;Building;
25 EOT
26 DEPENDS="libsqlite3-tcl libtkimg tcllib tk"
27 }