summaryrefslogtreecommitdiff
path: root/social
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-05 03:56:45 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-05 03:56:45 -0300
commit7b987ba8e4b0eb1439668e5af64375f244f70d90 (patch)
tree84d14713f12066db080ea9588dcb93e07ad0457b /social
parentfa8be7b03b46e65b64d710cbfae7ba4a93751a57 (diff)
ports
Diffstat (limited to 'social')
-rw-r--r--social/dropbear/PKGBUILD2
-rw-r--r--social/olsrd/PKGBUILD7
-rw-r--r--social/poco/PKGBUILD2
3 files changed, 6 insertions, 5 deletions
diff --git a/social/dropbear/PKGBUILD b/social/dropbear/PKGBUILD
index 2df24cb15..ac1ed366a 100644
--- a/social/dropbear/PKGBUILD
+++ b/social/dropbear/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=dropbear
pkgver=0.53.1
pkgrel=1
pkgdesc="Lightweight replacement for sshd"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://matt.ucc.asn.au/dropbear/dropbear.html"
license=('custom:BSD' 'custom:PD')
depends=('zlib')
diff --git a/social/olsrd/PKGBUILD b/social/olsrd/PKGBUILD
index 8fce985f6..b6a45e576 100644
--- a/social/olsrd/PKGBUILD
+++ b/social/olsrd/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: William Rea <sillywilly@gmail.com>
# Maintainer: Claudio Pisa <clauz@ninux.org>
pkgname=olsrd
-pkgver="0.6.1"
+pkgver=0.6.1
pkgrel=1
pkgdesc="OLSR routing daemon (RFC 3626)"
arch=(i686 x86_64 ppc mips64el)
@@ -9,14 +9,15 @@ url="http://www.olsr.org"
license=('BSD')
depends=('glibc')
makedepends=('bison')
-backup=(etc/olsrd.conf)
-install=(olsrd.install)
+backup=etc/olsrd.conf
+install=olsrd.install
source=(http://www.olsr.org/releases/0.6/${pkgname}-${pkgver}.tar.bz2 rc.d.olsrd)
md5sums=('a75fc9b6252df5b5f49f13418fafeff1' 'bc3e393e0179ffff0a6d6c9d6a5c4b60')
build() {
cd $srcdir/$pkgname-$pkgver
+ CFLAGS+=" -fPIC " \
make OS=linux build_all
}
diff --git a/social/poco/PKGBUILD b/social/poco/PKGBUILD
index be15eea8a..e9d074f97 100644
--- a/social/poco/PKGBUILD
+++ b/social/poco/PKGBUILD
@@ -9,7 +9,7 @@ pkgver=1.4.2p1
pkgrel=1
pkgdesc="C++ class libraries for network-centric, portable applications,
complete edition"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://www.pocoproject.org/"
license=('custom:boost')
depends=('unixodbc' 'libmysqlclient' 'openssl')