summaryrefslogtreecommitdiff
path: root/social
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-05-12 16:26:30 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-05-12 16:26:30 -0300
commit6abc75d5f0c4d5c8302715a7da59cc02d22fbe36 (patch)
tree95daa7da483c5aaafd7188cbf26c5f1500847b0f /social
parent506bee740f4f721499a850366a3764007b3d6561 (diff)
downloadabslibre-6abc75d5f0c4d5c8302715a7da59cc02d22fbe36.tar.gz
abslibre-6abc75d5f0c4d5c8302715a7da59cc02d22fbe36.tar.bz2
abslibre-6abc75d5f0c4d5c8302715a7da59cc02d22fbe36.zip
some stuff i had hanging around
Diffstat (limited to 'social')
-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" \