2010-08-15 20:41:47 +03:00
i n c l u d e $( TOPDIR ) / r u l e s . m k
PKG_NAME := wordgrinder
PKG_VERSION := 0.3.3
PKG_RELEASE := 1
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.bz2
PKG_SOURCE_URL := @SF/$( PKG_NAME)
PKG_MD5SUM := 1ae3bcf2fc4ee027bdd9518a73733505
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
d e f i n e P a c k a g e / w o r d g r i n d e r
SECTION:= utils
CATEGORY:= Utilities
TITLE:= A word processor for processing words
URL:= http://wordgrinder.sourceforge.net/
SUBMENU:= Editors
2011-05-29 17:14:24 +03:00
DEPENDS:= +libncursesw +lua +luafilesystem
2010-08-15 20:41:47 +03:00
e n d e f
d e f i n e P a c k a g e / w o r d g r i n d e r / d e s c r i p t i o n
WordGrinder is a word processor for processing words. It is not WYSIWYG. It is not point and click. It is not a desktop publisher. It is not a text editor. It is not do fonts and it barely does styles. What it does do is words. It' s designed for writing text. It gets out of your way and lets you type.
e n d e f
d e f i n e B u i l d / C o n f i g u r e
e n d e f
d e f i n e B u i l d / C o m p i l e
( cd $( PKG_BUILD_DIR) ; \
STAGING_DIR = " $( STAGING_DIR) " \
TARGET_CC = " $( TARGET_CC) " \
./pm) ; $
e n d e f
d e f i n e P a c k a g e / w o r d g r i n d e r / i n s t a l l
$( INSTALL_DIR) $( 1) /usr/bin
$( INSTALL_BIN) $( PKG_BUILD_DIR) /bin/wordgrinder $( 1) /usr/bin/
e n d e f
$( eval $ ( call BuildPackage ,wordgrinder ) )
2011-05-29 17:14:24 +03:00
$( eval $ ( call RequireCommand ,lua ,Please install lua .) )