diff options
Diffstat (limited to 'social')
-rw-r--r-- | social/seeks/PKGBUILD | 10 |
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" \ |