Skip to content

Commit

Permalink
community/nspluginwrapper fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kmihelich committed Jul 29, 2012
1 parent 1a24c14 commit 1b16f07
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions community/nspluginwrapper/PKGBUILD
Expand Up @@ -4,8 +4,6 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - strip lib32, etc. from ARM deps as well as i686

plugrel=1

pkgname=nspluginwrapper
pkgver=1.4.4
pkgrel=2
Expand All @@ -15,23 +13,15 @@ url="http://nspluginwrapper.davidben.net/"
license=('GPL')
depends=(
'curl'
'libxt' 'lib32-libxt'
'gcc-libs' 'lib32-gcc-libs'
'gtk2' 'lib32-gtk2'
'libxt'
'gcc-libs'
'gtk2'
)
makedepends=('gcc-multilib')
install="install"
source=(http://nspluginwrapper.davidben.net/download/$pkgname-$pkgver.tar.gz)
md5sums=('36f3e290fc4ce56f65ee695078961188')

if [[ $CARCH == i686 || $CARCH == arm || $CARCH == armv7h ]]; then
# Strip lib32 etc. on i686 and ARM
depends=(${depends[@]/*32-*/})
makedepends=(${makedepends[@]/*32-*/})
makedepends=(${makedepends[@]/*-multilib*/})
optdepends=(${optdepends[@]/*32-*/})
fi

build() {
cd "$srcdir/$pkgname-$pkgver"

Expand Down

0 comments on commit 1b16f07

Please sign in to comment.