summary refs log tree commit diff
path: root/def/a/findutils
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2020-01-31 15:59:31 +0100
committerLeah Neukirchen <leah@vuxu.org>2020-01-31 15:59:31 +0100
commit8b4c9aad73a0ec3bcf2bc2c66a356fc829a487ec (patch)
tree3dcd6061810fe0298cc9913f5b93f0df142f1eab /def/a/findutils
parent289055301db8c7bf26eaf47228e0747c69623bfd (diff)
downloadmewix-8b4c9aad73a0ec3bcf2bc2c66a356fc829a487ec.tar.gz
mewix-8b4c9aad73a0ec3bcf2bc2c66a356fc829a487ec.tar.xz
mewix-8b4c9aad73a0ec3bcf2bc2c66a356fc829a487ec.zip
add package categories, defaulting to a/
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
+}