
lib32-openexr PKGBUILD
By: a guest on
Sep 26th, 2010 | syntax:
Bash | size: 0.54 KB | hits: 124 | expires: Never
# Contributor: Pavle Simovic <xpio@tut.by>
pkgname=lib32-openexr
pkgname32=${pkgname/lib32-/}
pkgver=1.6.1
pkgrel=1
pkgrel32=1
pkgdesc="library for EXR images"
arch=(x86_64)
url="http://www.ece.uvic.ca/~mdadams/jasper/"
license=('custom')
depends=('lib32-ilmbase' 'lib32-zlib')
source=(ftp://ftp.archlinux.org/extra/os/i686/${pkgname32}-${pkgver}-${pkgrel32}-i686.pkg.tar.gz)
md5sums=('e7f907c5757fa2a762b06876c3f5a732')
build() {
mkdir -p $startdir/pkg/opt/lib32/usr/
cp -rPf $startdir/src/usr/lib $startdir/pkg/opt/lib32/usr/lib
}