GARNAME = gnokii
GARVERSION = 0.6.14
CATEGORIES = geektoys
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2

MASTER_SITES =  http://www.gnokii.org/download/gnokii/
MASTER_SITES += http://gnokii.org/download/gnokii/0.6.x/

DESCRIPTION = gnokii
define BLURB
gnokii provides tools and a user space driver for use with mobile phones under Linux, 
various unices and Win32.

With gnokii you can do such things as make data calls, update your address book, 
change calendar entires, send and receive SMS messages and load ring tones depending 
on the phone you have.
endef

CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile

CONFIGURE_ARGS = $(DIRPATHS) --enable-security --with-x=no

BUILD_ARGS = -j1

include ../category.mk
