2 Commits

Author SHA1 Message Date
Jay Larson
bfb779e95f Added less as a dependency 2017-04-19 11:02:46 -05:00
Jay Larson
ee9f482672 Added groff as dependency 2017-04-18 12:32:28 -05:00

View File

@@ -8,13 +8,13 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details. # GNU General Public License for more details.
DEPENDS = gdbm,glibc,libpipeline,zlib DEPENDS = gdbm,glibc,groff,less,libpipeline,zlib
ARCH = x86_64 ARCH = x86_64
URL = http://man-db.nongnu.org/ URL = http://man-db.nongnu.org/
BRIEF = Unix documentation system BRIEF = Unix documentation system
DESC = man-db is an implementation of the standard Unix documentation system \ DESC = man-db is an implementation of the standard Unix documentation system \
accessed using the man command. accessed using the man command.
SNAPVER = 2 SNAPVER = 4
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1) ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n') TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')