summaryrefslogtreecommitdiff
path: root/repo/devel/asciidoc/asciidoc.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/devel/asciidoc/asciidoc.xibuild')
-rw-r--r--repo/devel/asciidoc/asciidoc.xibuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/repo/devel/asciidoc/asciidoc.xibuild b/repo/devel/asciidoc/asciidoc.xibuild
deleted file mode 100644
index cd8a239..0000000
--- a/repo/devel/asciidoc/asciidoc.xibuild
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="python "
-DEPS="python libxslt docbook-xsl"
-
-PKG_VER=10.2.0
-SOURCE=https://github.com/asciidoc-py/asciidoc-py/releases/download/$PKG_VER/asciidoc-$PKG_VER.tar.gz
-DESC="Text document format for short documents, articles, books and UNIX man pages"
-
-prepare () {
- autoreconf -fi
-}
-
-build () {
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info
- make
-}
-
-package () {
- make DESTDIR="$PKG_DEST" install
-}
-