From cb447620084a20be80d116c81c2e9ec110be7118 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 16 Jan 2022 01:23:51 +0000 Subject: restructured repo system --- repo/core/man-db.xibuild | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 repo/core/man-db.xibuild (limited to 'repo/core/man-db.xibuild') diff --git a/repo/core/man-db.xibuild b/repo/core/man-db.xibuild deleted file mode 100644 index 92ce361..0000000 --- a/repo/core/man-db.xibuild +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/bash - -DEPS=(bash gdbm zlib groff libpipeline less) - -SOURCE=http://download.savannah.nongnu.org/releases/man-db/man-db-2.9.4.tar.xz -DESC="A utility for reading man pages" - -build () { - ./configure --prefix=/usr - ./configure --prefix=/usr \ - --docdir=/usr/share/doc/man-db-2.9.4 \ - --sysconfdir=/etc \ - --disable-setuid \ - --enable-cache-owner=bin \ - --with-browser=/usr/bin/lynx \ - --with-vgrind=/usr/bin/vgrind \ - --with-grap=/usr/bin/grap \ - --with-systemdtmpfilesdir= \ - --with-systemdsystemunitdir= - make - make DESTDIR=$PKG_DEST install -} -- cgit v1.2.1