wok diff wordgrinder/receipt @ rev 25446

ftop: add description.txt
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 06 10:22:54 2022 +0000 (22 months ago)
parents
children 2b069c72d47e
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/wordgrinder/receipt	Tue Sep 06 10:22:54 2022 +0000
     1.3 @@ -0,0 +1,32 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="wordgrinder"
     1.7 +VERSION="0.8"
     1.8 +CATEGORY="office"
     1.9 +SHORT_DESC="A simple Unicode-aware word processor that runs on the console."
    1.10 +MAINTAINER="maintainer@slitaz.org"
    1.11 +LICENSE="MIT"
    1.12 +WEB_SITE="https://cowlark.com/wordgrinder/"
    1.13 +
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15 +WGET_URL="https://github.com/davidgiven/$PACKAGE/archive/$VERSION.tar.gz"
    1.16 +
    1.17 +DEPENDS="freetype lua ncursesw xorg-libXft"
    1.18 +BUILD_DEPENDS="freetype-dev lua-dev ncursesw-dev ninja xorg-libXft-dev"
    1.19 +
    1.20 +# Rules to configure and make the package.
    1.21 +compile_rules()
    1.22 +{
    1.23 +	make	install			\
    1.24 +		PREFIX=/usr		\
    1.25 +		DESTDIR=$DESTDIR	\
    1.26 +		LUA_PACKAGE=lua
    1.27 +}
    1.28 +
    1.29 +
    1.30 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.31 +genpkg_rules()
    1.32 +{
    1.33 +	cook_copy_folders	bin
    1.34 +	cook_copy_folders	mime-info
    1.35 +}