wok view wordgrinder/receipt @ rev 25467

Up gnumeric (1.12.53)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 03 08:28:51 2022 +0000 (20 months ago)
parents
children 2b069c72d47e
line source
1 # SliTaz package receipt.
3 PACKAGE="wordgrinder"
4 VERSION="0.8"
5 CATEGORY="office"
6 SHORT_DESC="A simple Unicode-aware word processor that runs on the console."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://cowlark.com/wordgrinder/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/davidgiven/$PACKAGE/archive/$VERSION.tar.gz"
14 DEPENDS="freetype lua ncursesw xorg-libXft"
15 BUILD_DEPENDS="freetype-dev lua-dev ncursesw-dev ninja xorg-libXft-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 make install \
21 PREFIX=/usr \
22 DESTDIR=$DESTDIR \
23 LUA_PACKAGE=lua
24 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 cook_copy_folders bin
31 cook_copy_folders mime-info
32 }