From 6abc75d5f0c4d5c8302715a7da59cc02d22fbe36 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Mon, 12 May 2014 16:26:30 -0300 Subject: some stuff i had hanging around --- social/seeks/PKGBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'social/seeks/PKGBUILD') 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 by 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" \ -- cgit v1.2.3