summaryrefslogtreecommitdiff
path: root/community/libinfinity/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libinfinity/PKGBUILD')
-rw-r--r--community/libinfinity/PKGBUILD12
1 files changed, 8 insertions, 4 deletions
diff --git a/community/libinfinity/PKGBUILD b/community/libinfinity/PKGBUILD
index 1cc5479ee..21497ff60 100644
--- a/community/libinfinity/PKGBUILD
+++ b/community/libinfinity/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 44189 2011-04-04 13:07:36Z spupykin $
+# $Id: PKGBUILD 45226 2011-04-18 13:01:37Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Gregory Haynes <greg@greghaynes.net>
pkgname=libinfinity
-pkgver=0.4.2
-pkgrel=2
+pkgver=0.5.0
+pkgrel=1
pkgdesc="An implementation of the Infininote protocol written in GObject-based C"
arch=('i686' 'x86_64')
url="http://gobby.0x539.de"
@@ -16,12 +16,16 @@ optdepends=('avahi: zeroconf support'
'gtk2: gtk support')
options=('!libtool')
source=("http://releases.0x539.de/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('db9b0622b6a42d70bb88c9d284692578')
+md5sums=('2b25de033c3a4c9975340300b09b84b0')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr --localstatedir=/var
make
+}
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
make DESTDIR="${pkgdir}" install
rm -rf $pkgdir/var
}