mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 18:43:51 +02:00
metalog: update to 2018510
- home moved to github
This commit is contained in:
parent
74d7f702b1
commit
3cad16f2fb
1 changed files with 13 additions and 10 deletions
|
@ -1,19 +1,22 @@
|
||||||
# Template file for 'metalog'
|
# Template file for 'metalog'
|
||||||
pkgname=metalog
|
pkgname=metalog
|
||||||
version=3
|
version=2018510
|
||||||
revision=6
|
revision=1
|
||||||
|
wrksrc="$pkgname-$pkgname-$version"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sbindir=/usr/bin"
|
hostmakedepends="autoconf autoconf-archive automake pkg-config"
|
||||||
hostmakedepends="pkg-config"
|
|
||||||
makedepends="pcre-devel"
|
makedepends="pcre-devel"
|
||||||
conf_files="/etc/metalog.conf"
|
conf_files="/etc/metalog.conf"
|
||||||
short_desc="A modern replacement for syslogd and klogd"
|
short_desc="Modern replacement for syslogd and klogd"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-only"
|
||||||
homepage="http://metalog.sourceforge.net/"
|
homepage="https://github.com/hvisage/metalog"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
distfiles="https://github.com/hvisage/metalog/archive/metalog-${version}.tar.gz"
|
||||||
checksum=0c3a1e19008b3d525eab6e5548a4e8cbb0fb235f2804dc41aace82c67ceeebe0
|
checksum=a325df34c3ae77cb2096bce5d5c1130f00d0b9c4f4ddfa185f4e42cafaa7ca05
|
||||||
broken="fseterr.c:77:3: error: #error Please port gnulib fseterr.c to your platform! Look at the definitions of ferror and clearerr on your system, then report this to bug-gnulib."
|
|
||||||
|
pre_configure() {
|
||||||
|
./autogen.sh
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv metalog
|
vsv metalog
|
||||||
|
|
Loading…
Add table
Reference in a new issue