wok-next annotate drakon-editor/receipt @ rev 21195

updated scrollz (2.2.3 -> 2.3)
author Hans-G?nter Theisgen
date Thu Oct 03 15:54:27 2019 +0100 (2019-10-03)
parents fa61cfb16a25
children 74d9eeadaadc
rev   line source
pascal@18653 1 # SliTaz package receipt.
pascal@18653 2
pascal@18653 3 PACKAGE="drakon-editor"
pascal@18653 4 VERSION="1.26"
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"
al@21020 9 WEB_SITE="http://drakon-editor.sourceforge.net/"
al@21020 10
pascal@18653 11 TARBALL="drakon_editor$VERSION.zip"
pascal@18653 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@18653 13
al@21020 14 genpkg_rules() {
pascal@18653 15 mkdir -p $fs/usr/share/applications
pascal@18653 16 cp -a $src $fs/usr/share/$PACKAGE
pascal@18653 17 cat > $fs/usr/share/applications/$PACKAGE.desktop <<EOT
pascal@18653 18 [Desktop Entry]
pascal@18653 19 Type=Application
pascal@18653 20 Name=Drakon diagram editor
pascal@18653 21 Name[fr]=Editeur de diagrammes Drakon
al@21020 22 Exec=/usr/share/drakon-editor/drakon_editor.tcl %f
pascal@18653 23 Categories=Development;Building;
pascal@18653 24 EOT
al@21020 25 DEPENDS="tk tcllib libsqlite3-tcl libtkimg"
pascal@18653 26 }