wok annotate drakon-editor/receipt @ rev 21783

Add gksu
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jul 17 22:18:59 2019 +0300 (2019-07-17)
parents 841643b35b5e
children 7310f1493655
rev   line source
pascal@18653 1 # SliTaz package receipt.
pascal@18653 2
pascal@18653 3 PACKAGE="drakon-editor"
Hans-G?nter@20852 4 VERSION="1.29"
pascal@18653 5 CATEGORY="development"
pascal@18653 6 SHORT_DESC="A visual language for specifications from the Russian space program"
pascal@18653 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@18653 8 LICENSE="PublicDomain"
Hans-G?nter@20852 9 WEB_SITE="http://drakon-editor.sourceforge.net/"
Hans-G?nter@20852 10
pascal@18653 11 TARBALL="drakon_editor$VERSION.zip"
pascal@18653 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@18653 13
pascal@18653 14 DEPENDS="tk tcllib libsqlite-tcl libtkimg"
pascal@18653 15
pascal@18653 16 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@18653 17 genpkg_rules()
pascal@18653 18 {
pascal@18653 19 mkdir -p $fs/usr/share/applications
pascal@18653 20 cp -a $src $fs/usr/share/$PACKAGE
pascal@18653 21 cat > $fs/usr/share/applications/$PACKAGE.desktop <<EOT
pascal@18653 22 [Desktop Entry]
pascal@18653 23 Type=Application
pascal@18653 24 Name=Drakon diagram editor
pascal@18653 25 Name[fr]=Editeur de diagrammes Drakon
pascal@18653 26 Exec=/usr/share/$PACKAGE/drakon_editor.tcl %f
pascal@18653 27 Categories=Development;Building;
pascal@18653 28 EOT
pascal@18653 29 }