From 8b4c9aad73a0ec3bcf2bc2c66a356fc829a487ec Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 31 Jan 2020 15:59:31 +0100 Subject: add package categories, defaulting to a/ --- def/a/findutils | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 def/a/findutils (limited to 'def/a/findutils') 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 +} -- cgit 1.4.1