wok annotate beaver-plugins/receipt @ rev 20641

Add SSL support to retawq (needed by man to browse linux.die.net)
author Lucas Levrel <llevrel@yahoo.fr>
date Fri Jan 11 09:19:11 2019 +0100 (2019-01-11)
parents
children 7dd01dedad38
rev   line source
al@19275 1 # SliTaz package receipt.
al@19275 2
al@19275 3 PACKAGE="beaver-plugins"
al@19275 4 VERSION="0.4.1"
al@19275 5 CATEGORY="text"
al@19275 6 SHORT_DESC="Simple and very light advanced text editor, plugins"
al@19275 7 MAINTAINER="al.bobylev@gmail.com"
al@19275 8 LICENSE="GPL2"
al@19275 9 WEB_SITE="http://beaver-editor.sourceforge.net/"
al@19275 10 GENERIC_PIXMAPS="no"
al@19275 11 HOST_ARCH="i486 arm"
al@19275 12
al@19275 13 WANTED="beaver"
al@19275 14 DEPENDS="beaver"
al@19275 15
al@19275 16 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19275 17 genpkg_rules()
al@19275 18 {
al@19275 19 cook_copy_files *.so
al@19275 20 }