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