From 1ce58386c5ee7086ac6848f35cade5d45bf86764 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 3 Nov 2013 01:06:08 -0700 Subject: Sun Nov 3 01:05:44 PDT 2013 --- community/lwp/PKGBUILD | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'community/lwp/PKGBUILD') diff --git a/community/lwp/PKGBUILD b/community/lwp/PKGBUILD index cb088154a..1a6959698 100644 --- a/community/lwp/PKGBUILD +++ b/community/lwp/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 66195 2012-02-23 03:06:28Z spupykin $ +# $Id: PKGBUILD 100249 2013-11-02 08:42:16Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: William Rea pkgname=lwp pkgver=2.6 -pkgrel=2 +pkgrel=3 pkgdesc="Light weight process library" arch=(i686 x86_64) url="http://www.coda.cs.cmu.edu" @@ -17,5 +17,9 @@ build() { cd $srcdir/lwp-$pkgver ./configure --prefix=/usr make +} + +package() { + cd $srcdir/lwp-$pkgver make DESTDIR=$pkgdir install } -- cgit v1.2.3-54-g00ecf