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

OpenSSL 1.0.2t -> 1.0.2u: overflow bug CVE-2019-1551
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Dec 21 08:55:46 2019 +0000 (2019-12-21)
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 }