wok-current annotate drakon-editor/receipt @ rev 22991
updated l3afpad (0.8.18.1.10 -> 0.8.18.1.11)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Mar 01 17:39:44 2020 +0100 (2020-03-01) |
parents | 46f33ea88be3 |
children | 640a2eba2511 |
rev | line source |
---|---|
pascal@18653 | 1 # SliTaz package receipt. |
pascal@18653 | 2 |
pascal@18653 | 3 PACKAGE="drakon-editor" |
Hans-G?nter@22740 | 4 VERSION="1.31" |
pascal@18653 | 5 CATEGORY="development" |
Hans-G?nter@22740 | 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 |
Hans-G?nter@22740 | 14 DEPENDS="libsqlite-tcl libtkimg tcllib tk" |
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 |
Hans-G?nter@22740 | 20 |
Hans-G?nter@22740 | 21 cp -a $src $fs/usr/share/$PACKAGE |
pascal@18653 | 22 cat > $fs/usr/share/applications/$PACKAGE.desktop <<EOT |
pascal@18653 | 23 [Desktop Entry] |
pascal@18653 | 24 Type=Application |
pascal@18653 | 25 Name=Drakon diagram editor |
pascal@18653 | 26 Name[fr]=Editeur de diagrammes Drakon |
pascal@18653 | 27 Exec=/usr/share/$PACKAGE/drakon_editor.tcl %f |
pascal@18653 | 28 Categories=Development;Building; |
pascal@18653 | 29 EOT |
pascal@18653 | 30 } |