From 4fe64035feceed4f6002bb42c03f61c0e7ae9c31 Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Tue, 26 Jan 2016 13:55:11 +0000 Subject: libestr: initial inclusion. dep of rsyslog --- abs/extra/libestr/PKGBUILD | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 abs/extra/libestr/PKGBUILD diff --git a/abs/extra/libestr/PKGBUILD b/abs/extra/libestr/PKGBUILD new file mode 100644 index 0000000..065e1f8 --- /dev/null +++ b/abs/extra/libestr/PKGBUILD @@ -0,0 +1,24 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Maintainer: Brian Knox + +pkgname=libestr +pkgver=0.1.10 +pkgrel=1 +pkgdesc="essentials for string handling (and a bit more)" +url="http://libestr.adiscon.com/" +arch=('i686' 'x86_64') +license=('LGPL2.1') +depends=() +source=("http://libestr.adiscon.com/files/download/libestr-$pkgver.tar.gz") +md5sums=('f4c9165a23587e77f7efe65d676d5e8e') + +build() { + cd ${srcdir}/${pkgname}-${pkgver} + ./configure --prefix=/usr + make +} +package() { + cd ${srcdir}/${pkgname}-${pkgver} + make install DESTDIR=${pkgdir} +} -- cgit v0.12