Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bfb779e95f | ||
|
|
ee9f482672 |
4
Makefile
4
Makefile
@@ -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')
|
||||||
|
|||||||
Reference in New Issue
Block a user