Root/mandoc/Makefile

Source at commit 273bf80abc9b6106ef86342ac0f428c1cbaf8f6b created 1 year 9 months ago.
By Mirko Vogt, [mandoc]: mark as broken, as it does not compile
1# Author: Jirka #
2
3include $(TOPDIR)/rules.mk
4
5PKG_NAME:=mandoc
6PKG_VERSION:=1.10.4
7PKG_RELEASE:=1
8
9PKG_SOURCE:=mdocml.tar.gz
10PKG_SOURCE_URL:=http://mdocml.bsd.lv/snapshots/
11PKG_CAT:=zcat
12
13PKG_BUILD_DIR:=$(BUILD_DIR)/mdocml-$(PKG_VERSION)
14
15include $(INCLUDE_DIR)/package.mk
16
17define Package/mandoc
18    SECTION:=utils
19    CATEGORY:=Utilities
20    TITLE:=mandoc
21    URL:=http://mdocml.bsd.lv/
22    DEPENDS:=@BROKEN
23endef
24
25define Package/mandoc/demandocription
26    mandoc (mdocml) is convertor for roff sources (mainly for manula pages)
27    to text, html or postscript. Use: "mandoc ma_page.1 |less"
28endef
29
30define Package/mandoc/install
31    $(INSTALL_DIR) $(1)/usr/bin
32    $(INSTALL_BIN) $(PKG_BUILD_DIR)/mandoc $(1)/usr/bin/
33endef
34
35$(eval $(call BuildPackage,mandoc))
36

Archive Download this file



interactive