summaryrefslogtreecommitdiff
path: root/social/seeks/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-05-12 20:13:28 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-05-12 20:13:28 -0300
commit38a6a76415d7eff474e67e2bf99fdf1d870fd6f1 (patch)
tree58abeace233287e35400bf90694570a65a2c5115 /social/seeks/PKGBUILD
parentb22b406dde205fe7821711fe18f0dd12d26d78cf (diff)
parent6a27e982cb144b02a1e6a81b0c0e27c02805b1db (diff)
downloadabslibre-38a6a76415d7eff474e67e2bf99fdf1d870fd6f1.tar.gz
abslibre-38a6a76415d7eff474e67e2bf99fdf1d870fd6f1.tar.bz2
abslibre-38a6a76415d7eff474e67e2bf99fdf1d870fd6f1.zip
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'social/seeks/PKGBUILD')
-rw-r--r--social/seeks/PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/social/seeks/PKGBUILD b/social/seeks/PKGBUILD
index f686a2fc9..57041355f 100644
--- a/social/seeks/PKGBUILD
+++ b/social/seeks/PKGBUILD
@@ -1,9 +1,7 @@
-# Maintainer: Kete < kete at ninthfloor dot org >
-
pkgname=seeks
pkgver=0.4.1
pkgrel=5
-pkgdesc="A social decentralized internet overlay for collaborative searches"
+pkgdesc="Social decentralized internet overlay for collaborative searches"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.seeks-project.info/site/"
license=('AGPL3' 'LGPL' 'BSD')
@@ -20,10 +18,14 @@ source=("http://downloads.sourceforge.net/project/${pkgname}/hippy/${pkgname}-${
'seeks.logrotate')
install=seeks.install
-build() {
+prepare() {
cd "$srcdir/$pkgname-$pkgver"
# replace <cxflann.h> by <cv.h>
patch -p1 -i "$srcdir/img_websearch.patch"
+}
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
# linking issue with --as-needed linker flag, Cli not building with RC2
LDFLAGS="-Wl,--no-as-needed" \