Skip to content
Snippets Groups Projects
Commit 009ddce0 authored by Sören Tempel's avatar Sören Tempel Committed by omni
Browse files

testing/libxo: new aport

parent da851d30
No related branches found
No related tags found
2 merge requests!79570community/firefox-esr: upgrade to 128.7.0,!78376testing/libxo: new aport
Pipeline #290101 skipped
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
pkgname=libxo
pkgver=1.7.5
pkgrel=0
pkgdesc="Library for Generating Text, XML, JSON, and HTML Output"
url="http://juniper.github.io/libxo/libxo-manual.html"
arch="all"
license="BSD-2-Clause"
makedepends="bsd-compat-headers"
subpackages="$pkgname-dev $pkgname-doc"
source="https://github.com/Juniper/libxo/releases/download/$pkgver/libxo-$pkgver.tar.gz"
prepare() {
default_prepare
update_config_sub
}
build() {
./configure \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var
make
}
check() {
make check
}
package() {
make DESTDIR="$pkgdir" install
}
sha512sums="
4205fed02e22bbadc7a4ecfd5998456388534d93e56f3654416b254813a24db1ffdcf7fada8f8702128fb6521136ebba66c185b2b6ef31cf42f01cd140419486 libxo-1.7.5.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment