detox: fix arm builds and cleanup
This commit is contained in:
parent
66081d37e4
commit
d11f417829
|
@ -1,6 +1,5 @@
|
|||
diff -up detox-1.2.0/parse_options_getopt.c.dt detox-1.2.0/parse_options_getopt.c
|
||||
--- detox-1.2.0/parse_options_getopt.c.dt 2010-07-05 09:52:45.409372974 +0200
|
||||
+++ detox-1.2.0/parse_options_getopt.c 2010-07-05 10:02:55.698264851 +0200
|
||||
--- parse_options_getopt.c.dt
|
||||
+++ parse_options_getopt.c
|
||||
@@ -178,15 +178,17 @@ struct detox_options *parse_options_geto
|
||||
main_options->files = malloc(sizeof(char *) * 10);
|
||||
|
||||
|
|
|
@ -4,12 +4,12 @@ pkgname="detox"
|
|||
version="1.2.0"
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--prefix=/usr --sysconfdir=/etc/detox"
|
||||
patch_args="-Np1"
|
||||
configure_args="--sysconfdir=/etc/detox"
|
||||
hostmakedepends="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/"
|
||||
makedepends="flex libfl-devel"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||
checksum="abfad90ee7d3e0fc53ce3b9da3253f9a800cdd92e3f8cc12a19394a7b1dcdbf8"
|
||||
|
|
Loading…
Reference in New Issue