detox: update to 1.3.0.
Closes #13558. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
9c8cb95675
commit
6c73622506
2 changed files with 11 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
||||||
--- parse_options_getopt.c.dt
|
--- src/parse_options.c.dt
|
||||||
+++ parse_options_getopt.c
|
+++ src/parse_options.c
|
||||||
@@ -178,15 +178,17 @@ struct detox_options *parse_options_geto
|
@@ -178,15 +178,17 @@ struct detox_options *parse_options_geto
|
||||||
main_options->files = malloc(sizeof(char *) * 10);
|
main_options->files = malloc(sizeof(char *) * 10);
|
||||||
|
|
||||||
|
|
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'detox'
|
# Template file for 'detox'
|
||||||
pkgname="detox"
|
pkgname=detox
|
||||||
version="1.2.0"
|
version=1.3.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sysconfdir=/etc/detox"
|
configure_args="--sysconfdir=/etc/detox"
|
||||||
hostmakedepends="flex"
|
hostmakedepends="automake flex"
|
||||||
makedepends="libfl-devel"
|
makedepends="libfl-devel"
|
||||||
short_desc="Utility designed to clean up filenames"
|
short_desc="Utility designed to clean up filenames"
|
||||||
maintainer="Martin Födinger <foedinger.martin@autistici.org>"
|
maintainer="Martin Födinger <foedinger.martin@autistici.org>"
|
||||||
license="BSD"
|
license="BSD-3-Clause"
|
||||||
homepage="http://detox.sourceforge.net/"
|
homepage="https://github.com/dharple/detox"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
distfiles="https://github.com/dharple/detox/archive/v${version}.tar.gz"
|
||||||
checksum="abfad90ee7d3e0fc53ce3b9da3253f9a800cdd92e3f8cc12a19394a7b1dcdbf8"
|
checksum=00daf6b019b51c7bbc3ac96deeeec18fd886c144eeee97c3372dd297bb134c84
|
||||||
|
|
||||||
post_extract() {
|
pre_configure() {
|
||||||
sed -i 's/@LIBS@/& @LDFLAGS@/' Makefile.in
|
autoreconf --install
|
||||||
}
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue