diff options
author | root <root@rshg054.dnsready.net> | 2013-11-03 01:06:08 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-11-03 01:06:08 -0700 |
commit | 1ce58386c5ee7086ac6848f35cade5d45bf86764 (patch) | |
tree | a02b709cc5107313c2a640ad192b4a4cb790df4f /community/lwp/PKGBUILD | |
parent | 02c5897cefdb4df89590f03c12870ad263240ebd (diff) |
Sun Nov 3 01:05:44 PDT 2013
Diffstat (limited to 'community/lwp/PKGBUILD')
-rw-r--r-- | community/lwp/PKGBUILD | 8 |
1 files changed, 6 insertions, 2 deletions
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 <pupykin.s+arch@gmail.com> # Contributor: William Rea <sillywilly@gmail.com> 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 } |