2 Commits

Author SHA1 Message Date
Jay Larson
a6e95cd22a Specified doc directory as /usr/share/doc/groff 2017-04-19 10:13:25 -05:00
Jay Larson
c862872da9 Added libstdc++ as a dependency 2017-04-18 13:19:01 -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 = glibc,libgcc DEPENDS = glibc,libgcc,libstdc++
ARCH = x86_64 ARCH = x86_64
URL = http://www.gnu.org/software/groff/ URL = http://www.gnu.org/software/groff/
BRIEF = Typsetting library BRIEF = Typsetting library
DESC = Groff (GNU troff) is a typesetting system that reads plain text mixed \ DESC = Groff (GNU troff) is a typesetting system that reads plain text mixed \
with formatting commands and produces formatted output. with formatting commands and produces formatted output.
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')
@@ -47,6 +47,7 @@ $(SRCDIR)/config.log: $(SRCDIR)/configure
@cd $(SRCDIR); \ @cd $(SRCDIR); \
PAGE=letter ./configure \ PAGE=letter ./configure \
--prefix=/usr \ --prefix=/usr \
--docdir=/usr/share/doc/groff \
--build=x86_64-snap-linux-gnu \ --build=x86_64-snap-linux-gnu \
--host=x86_64-snap-linux-gnu \ --host=x86_64-snap-linux-gnu \
--target=x86_64-snap-linux-gnu --target=x86_64-snap-linux-gnu