PKG_NAME = detox
PKG_VERS = 3.0.1
PKG_EXT = tar.bz2
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/dharple/detox/releases/download/v$(PKG_VERS)
PKG_DIR = $(PKG_NAME)-$(PKG_VERS)

DEPENDS =

HOMEPAGE = https://github.com/dharple/detox#readme
COMMENT  = detox is a program that renames files to make them easier to work with under Unix and related operating systems. Spaces and various other unsafe characters (such as "$") get replaced with "_". ISO 8859-1 (Latin-1) characters can be transliterated to ASCII, as can UTF-8 characters.
LICENSE  = 3-clause BSD

GNU_CONFIGURE = 1
ADDITIONAL_CFLAGS = -O2

include ../../mk/spksrc.cross-cc.mk
