summary refs log tree commit diff
path: root/def/a/findutils
diff options
context:
space:
mode:
Diffstat (limited to 'def/a/findutils')
-rw-r--r--def/a/findutils10
1 files changed, 10 insertions, 0 deletions
diff --git a/def/a/findutils b/def/a/findutils
new file mode 100644
index 0000000..7305e9d
--- /dev/null
+++ b/def/a/findutils
@@ -0,0 +1,10 @@
+pkgname=findutils
+version=4.7.0
+distfiles="http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${version}.tar.xz"
+
+post_extract() {
+  sed -i '/SUBDIRS/s/locate//' Makefile.in
+}
+pre_build() {
+  make -C locate dblocation.texi
+}