wok-6.x diff drakon-editor/receipt @ rev 19233
Up palemoon (26.3.1), tazinst (78)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sat Jun 25 13:42:17 2016 +0300 (2016-06-25) |
parents | |
children | 46f33ea88be3 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/drakon-editor/receipt Sat Jun 25 13:42:17 2016 +0300 1.3 @@ -0,0 +1,28 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="drakon-editor" 1.7 +VERSION="1.26" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="A visual language for specifications from the Russian space program" 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +LICENSE="PublicDomain" 1.12 +TARBALL="drakon_editor$VERSION.zip" 1.13 +WEB_SITE="http://drakon-editor.sourceforge.net/" 1.14 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.15 + 1.16 +DEPENDS="tk tcllib libsqlite-tcl libtkimg" 1.17 + 1.18 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.19 +genpkg_rules() 1.20 +{ 1.21 + mkdir -p $fs/usr/share/applications 1.22 + cp -a $src $fs/usr/share/$PACKAGE 1.23 + cat > $fs/usr/share/applications/$PACKAGE.desktop <<EOT 1.24 +[Desktop Entry] 1.25 +Type=Application 1.26 +Name=Drakon diagram editor 1.27 +Name[fr]=Editeur de diagrammes Drakon 1.28 +Exec=/usr/share/$PACKAGE/drakon_editor.tcl %f 1.29 +Categories=Development;Building; 1.30 +EOT 1.31 +}