Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a6e95cd22a | ||
|
|
c862872da9 |
5
Makefile
5
Makefile
@@ -8,13 +8,13 @@
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
|
||||
DEPENDS = glibc,libgcc
|
||||
DEPENDS = glibc,libgcc,libstdc++
|
||||
ARCH = x86_64
|
||||
URL = http://www.gnu.org/software/groff/
|
||||
BRIEF = Typsetting library
|
||||
DESC = Groff (GNU troff) is a typesetting system that reads plain text mixed \
|
||||
with formatting commands and produces formatted output.
|
||||
SNAPVER = 2
|
||||
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')
|
||||
@@ -47,6 +47,7 @@ $(SRCDIR)/config.log: $(SRCDIR)/configure
|
||||
@cd $(SRCDIR); \
|
||||
PAGE=letter ./configure \
|
||||
--prefix=/usr \
|
||||
--docdir=/usr/share/doc/groff \
|
||||
--build=x86_64-snap-linux-gnu \
|
||||
--host=x86_64-snap-linux-gnu \
|
||||
--target=x86_64-snap-linux-gnu
|
||||
|
||||
Reference in New Issue
Block a user