mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 18:17:14 +08:00
librelp: import as latest rsyslog's dependency.
This commit is contained in:
parent
caecfba1d4
commit
0527deba88
24
librelp/PKGBUILD
Normal file
24
librelp/PKGBUILD
Normal file
@ -0,0 +1,24 @@
|
||||
# Contribution from Arch:
|
||||
# Maintainer: Kaiting Chen <kaiting.chen@kiwilight.com>
|
||||
|
||||
pkgname=librelp
|
||||
pkgver=1.2.8
|
||||
pkgrel=1
|
||||
pkgdesc="The Reliable Event Logging Protocol"
|
||||
url="http://www.librelp.com/"
|
||||
arch=('x86_64')
|
||||
license=('GPL3')
|
||||
depends=('gnutls')
|
||||
source=("http://download.rsyslog.com/librelp/librelp-${pkgver}.tar.gz")
|
||||
md5sums=('065e44d81ff35f8d3347ac910ee285c0')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
Loading…
Reference in New Issue
Block a user