mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/xmltoman: new aport
This commit is contained in:
parent
9849182f12
commit
583ec203de
40
testing/xmltoman/APKBUILD
Normal file
40
testing/xmltoman/APKBUILD
Normal file
@ -0,0 +1,40 @@
|
||||
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
|
||||
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
||||
pkgname=xmltoman
|
||||
pkgver=0.4
|
||||
pkgrel=0
|
||||
pkgdesc="Convert xml to man pages in groff format or html"
|
||||
url="http://xmltoman.sourceforge.net/"
|
||||
arch="noarch"
|
||||
license="GPL"
|
||||
depends="perl-xml-parser"
|
||||
depends_dev=""
|
||||
makedepends="$depends_dev"
|
||||
install=""
|
||||
subpackages=""
|
||||
source="http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}.tar.gz/${pkgname}-${pkgver}.tar.gz"
|
||||
|
||||
_builddir="${srcdir}"/${pkgname}-${pkgver}
|
||||
prepare() {
|
||||
local i
|
||||
cd "$_builddir"
|
||||
for i in $source; do
|
||||
case $i in
|
||||
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
|
||||
esac
|
||||
done
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
make PREFIX=/usr
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
make install PREFIX=/usr DESTDIR="${pkgdir}"
|
||||
}
|
||||
|
||||
md5sums="99be944b9fce40b3fe397049bf14a097 xmltoman-0.4.tar.gz"
|
||||
sha256sums="948794a316aaecd13add60e17e476beae86644d066cb60171fc6b779f2df14b0 xmltoman-0.4.tar.gz"
|
||||
sha512sums="347722731e2101ecd0619f88f4efdbca534810c96977a1281af685e8a61f4c1a826a71a9f0e3af43cc899936640787366a78077f36d23a9efcfeb789dbcfae22 xmltoman-0.4.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user