diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-04-22 00:06:19 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-04-22 00:06:19 -0300 |
commit | 45a1b262edf175ecf5dd43e51c8ee72f9d78265b (patch) | |
tree | c96780037991d6d44cefc8a149e9b88c6bfc6d67 /community/libinfinity | |
parent | c034be9e8f973eb6c1dbb77fb4528fad379ddbfd (diff) | |
parent | 69e1fada8bdc9588d0a3d8bc3403fa809d809a84 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/quvi/PKGBUILD
community/tasks/PKGBUILD
community/xwax/PKGBUILD
core/udev/PKGBUILD
extra/libplist/PKGBUILD
extra/mirage/PKGBUILD
extra/rdesktop/PKGBUILD
staging/gpsd/PKGBUILD
testing/pygobject/PKGBUILD
Diffstat (limited to 'community/libinfinity')
-rw-r--r-- | community/libinfinity/PKGBUILD | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/community/libinfinity/PKGBUILD b/community/libinfinity/PKGBUILD index f398fbc04..50e1096e5 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' 'mips64el') 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 } |