detox: update to 1.3.0.

Closes #13558.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
Piotr Wójcik 2018-04-17 20:08:50 +02:00 committed by Enno Boland
parent 9c8cb95675
commit 6c73622506
2 changed files with 11 additions and 11 deletions

View file

@ -1,5 +1,5 @@
--- parse_options_getopt.c.dt
+++ parse_options_getopt.c
--- src/parse_options.c.dt
+++ src/parse_options.c
@@ -178,15 +178,17 @@ struct detox_options *parse_options_geto
main_options->files = malloc(sizeof(char *) * 10);

View file

@ -1,20 +1,20 @@
# Template file for 'detox'
pkgname="detox"
version="1.2.0"
pkgname=detox
version=1.3.0
revision=1
build_style=gnu-configure
configure_args="--sysconfdir=/etc/detox"
hostmakedepends="flex"
hostmakedepends="automake flex"
makedepends="libfl-devel"
short_desc="Utility designed to clean up filenames"
maintainer="Martin Födinger <foedinger.martin@autistici.org>"
license="BSD"
homepage="http://detox.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
checksum="abfad90ee7d3e0fc53ce3b9da3253f9a800cdd92e3f8cc12a19394a7b1dcdbf8"
license="BSD-3-Clause"
homepage="https://github.com/dharple/detox"
distfiles="https://github.com/dharple/detox/archive/v${version}.tar.gz"
checksum=00daf6b019b51c7bbc3ac96deeeec18fd886c144eeee97c3372dd297bb134c84
post_extract() {
sed -i 's/@LIBS@/& @LDFLAGS@/' Makefile.in
pre_configure() {
autoreconf --install
}
post_install() {
vlicense LICENSE