Major infrastructure changes, part 2.
* Moved helpers, common and triggers dirs into xbps-src, where they belong. * Renamed the templates dir to srcpkgs, it was so redundant before. * Make it possible to add subpkgs with no restriction in names, for example udev now has a subpkgs called "libgudev". Previously subpkgs were named "${sourcepkg}-${pkgname}". * xbps-src: changed to look for template files in current directory. That means that most arguments from the targets have been removed. * xbps-src: added a reinstall target, to remove + install. * xbps-src: do not overwrite binpkgs by default, skip them. And more that I forgot because it's a mega-commit that I've been working for some days already... --HG-- extra : convert_revision : 0f466878584d1e6895d2a234f07ea1b2d1e61b3e
This commit is contained in:
parent
3c58e3ad40
commit
85cc462e1d
1305 changed files with 719 additions and 654 deletions
41
srcpkgs/asciidoc/template
Normal file
41
srcpkgs/asciidoc/template
Normal file
|
@ -0,0 +1,41 @@
|
|||
# Template file for 'asciidoc'
|
||||
pkgname=asciidoc
|
||||
version=8.5.1
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
short_desc="Text based document generation"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=ccb02db04e6e6eff2149435516e88557ca30c85bc4467420f40c895e25f17a20
|
||||
long_desc="
|
||||
asciidoc is a text document format for writing short documents,
|
||||
articles, books and UNIX man pages. asciidoc files can be translated
|
||||
to HTML and DocBook markups using the asciidoc(1) command.
|
||||
|
||||
AsciiDoc is highly configurable: both the AsciiDoc source file syntax
|
||||
and the backend output markups (which can be almost any type of SGML/XML
|
||||
markup) can be customized and extended by the user."
|
||||
|
||||
noarch=yes
|
||||
conf_files="/etc/asciidoc/lang-es.conf
|
||||
/etc/asciidoc/lang-hu.conf
|
||||
/etc/asciidoc/text.conf
|
||||
/etc/asciidoc/docbook.conf
|
||||
/etc/asciidoc/filters/graphviz/graphviz-filter.conf
|
||||
/etc/asciidoc/filters/code/code-filter.conf
|
||||
/etc/asciidoc/filters/source/source-highlight-filter.conf
|
||||
/etc/asciidoc/filters/music/music-filter.conf
|
||||
/etc/asciidoc/xhtml11-quirks.conf
|
||||
/etc/asciidoc/lang-fr.conf
|
||||
/etc/asciidoc/lang-en.conf
|
||||
/etc/asciidoc/lang-ru.conf
|
||||
/etc/asciidoc/asciidoc.conf
|
||||
/etc/asciidoc/help.conf
|
||||
/etc/asciidoc/wordpress.conf
|
||||
/etc/asciidoc/html4.conf
|
||||
/etc/asciidoc/lang-de.conf
|
||||
/etc/asciidoc/latex.conf
|
||||
/etc/asciidoc/xhtml11.conf"
|
||||
|
||||
Add_dependency full python
|
||||
Add_dependency full libxslt
|
||||
Add_dependency full docbook-xsl
|
Loading…
Add table
Add a link
Reference in a new issue