summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2012-07-17 01:08:51 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2012-07-17 01:08:51 -0500
commit9f0bd36e050062ec40e4e957ca7f81ff14b38551 (patch)
tree62b46d95f343a3c8ccb2e2ecdbdb4feb8403c982
parent8e1da3da67e88dd378bd80f3a36628e1d1192bd7 (diff)
Fix sfk in md5sums and add chost in builds
-rw-r--r--community/rxvt/PKGBUILD3
-rw-r--r--community/scponly/PKGBUILD2
-rw-r--r--community/sfk/PKGBUILD4
3 files changed, 5 insertions, 4 deletions
diff --git a/community/rxvt/PKGBUILD b/community/rxvt/PKGBUILD
index 8ca75017c..212aac06d 100644
--- a/community/rxvt/PKGBUILD
+++ b/community/rxvt/PKGBUILD
@@ -10,7 +10,7 @@ pkgname=rxvt
pkgver=2.7.10
pkgrel=6
pkgdesc='A colour vt102 terminal emulator'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url='http://rxvt.sourceforge.net/'
license=('GPL')
depends=('libx11')
@@ -21,6 +21,7 @@ md5sums=('302c5c455e64047b02d1ef19ff749141')
build() {
cd $pkgname-$pkgver
./configure --prefix=/usr \
+ --build=$CHOST \
--with-terminfo=/usr/share/terminfo \
--enable-mousewheel \
--enable-256-color \
diff --git a/community/scponly/PKGBUILD b/community/scponly/PKGBUILD
index d0060b6c1..004b76ec2 100644
--- a/community/scponly/PKGBUILD
+++ b/community/scponly/PKGBUILD
@@ -20,7 +20,7 @@ md5sums=('139ac9abd7f3b8dbc5c5520745318f8a'
build() {
cd $srcdir/$pkgname-$pkgver
- [ $NOEXTRACT -eq 1 ] || ./configure --prefix=/usr --sysconfdir=/etc \
+ [ $NOEXTRACT -eq 1 ] || ./configure --prefix=/usr --build=$CHOST --sysconfdir=/etc \
--enable-scp-compat --enable-winscp-compat --enable-chrooted-binary
sed -i 's|^#elif|#else|' helper.c
make
diff --git a/community/sfk/PKGBUILD b/community/sfk/PKGBUILD
index 10e7381bf..f59367fc8 100644
--- a/community/sfk/PKGBUILD
+++ b/community/sfk/PKGBUILD
@@ -6,12 +6,12 @@ pkgname=sfk
pkgver=1.6.5
pkgrel=1
pkgdesc='Swiss File Knife - A Command Line Tools Collection'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url='http://stahlforce.com/dev/?tool=sfk'
license=('custom: BSD')
depends=('gcc-libs')
source=("http://downloads.sourceforge.net/swissfileknife/${pkgname}${pkgver//./}.zip")
-md5sums=('b40c0c01785d40e7cde7cba3e4227f0b')
+md5sums=('8694d73033dde496c023258f08daa918')
build() {
cd ${pkgname}${pkgver//./}