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/namazu/PKGBUILD | |
parent | 02c5897cefdb4df89590f03c12870ad263240ebd (diff) |
Sun Nov 3 01:05:44 PDT 2013
Diffstat (limited to 'community/namazu/PKGBUILD')
-rw-r--r-- | community/namazu/PKGBUILD | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/community/namazu/PKGBUILD b/community/namazu/PKGBUILD index f2cb9f10e..0678839d7 100644 --- a/community/namazu/PKGBUILD +++ b/community/namazu/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 99918 2013-10-31 02:28:04Z allan $ +# $Id: PKGBUILD 100255 2013-11-02 08:43:48Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Benjamin Andresen <bandresen gmail com> pkgname=namazu pkgver=2.0.21 -pkgrel=1 +pkgrel=2 pkgdesc="Namazu is a full-text search engine intended for easy use." url="http://namazu.org/" license=('GPL') @@ -23,5 +23,9 @@ build() { --libexecdir=/usr/lib/namazu \ --libdir=/usr/lib/namazu make +} + +package() { + cd $srcdir/$pkgname-$pkgver make DESTDIR=$pkgdir install } |