summaryrefslogtreecommitdiff
path: root/community/liblogging/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-02-14 03:37:58 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-02-14 03:37:58 +0000
commit86a5624291a8a72d9a0a2c51fcc64bf6e221524b (patch)
treee585f1910631fdca9c14bc3127c269c8005c838e /community/liblogging/PKGBUILD
parentb6ad8075baf858359209aa7f1af82a143dcc0c80 (diff)
Fri Feb 14 03:35:43 UTC 2014
Diffstat (limited to 'community/liblogging/PKGBUILD')
-rw-r--r--community/liblogging/PKGBUILD24
1 files changed, 12 insertions, 12 deletions
diff --git a/community/liblogging/PKGBUILD b/community/liblogging/PKGBUILD
index e6f747d2c..9c2c94f39 100644
--- a/community/liblogging/PKGBUILD
+++ b/community/liblogging/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 104586 2014-01-23 09:47:05Z spupykin $
+# $Id: PKGBUILD 105659 2014-02-13 09:26:42Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Denis Wernert <deniswernert@gmail.com>
pkgname=liblogging
-pkgver=1.0.0pre
+pkgver=1.0.1
pkgrel=1
pkgdesc="easy to use, portable, open source library for system logging"
url="http://www.liblogging.org/"
@@ -11,24 +11,24 @@ arch=('i686' 'x86_64')
license=('GPL')
makedepends=('git')
options=('strip' 'zipman' '!libtool')
-#source=("http://download.rsyslog.com/$pkgname/$pkgname-$pkgver.tar.gz")
-source=("git://git.adiscon.com/git/liblogging.git")
-md5sums=('SKIP')
+source=("http://download.rsyslog.com/$pkgname/$pkgname-$pkgver.tar.gz")
+#source=("git://git.adiscon.com/git/liblogging.git")
+md5sums=('1db6bef59157a5676f8fad49be6e5d9d')
build() {
- cd ${srcdir}/${pkgname}
+ cd ${srcdir}/${pkgname}-${pkgver}
- libtoolize --force --copy
- aclocal
- autoheader
- automake --add-missing --copy
- autoconf
+# libtoolize --force --copy
+# aclocal
+# autoheader
+# automake --add-missing --copy
+# autoconf
./configure --prefix=/usr
make
}
package() {
- cd ${srcdir}/${pkgname}
+ cd ${srcdir}/${pkgname}-${pkgver}
make install DESTDIR=${pkgdir}
}