wok annotate beaver-plugins/receipt @ rev 23754

directfb: added build dependency gcc83-lib-base
author Hans-G?nter Theisgen
date Sat May 02 11:27:04 2020 +0100 (2020-05-02)
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 }