Skip to content

Embed URL

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Download ZIP
pkgbuild for camlimages 3.0.2
# Contributor: Skal pascal <dot> grosse <at> gmail <dot> com
# Contributor: danibsp danibsp <at> gmail <dot> com
pkgname=camlimages
pkgver=3.0.2
pkgrel=1
pkgdesc="Objective Caml image processing library"
arch=(i686 x86_64)
url="http://gallium.inria.fr/camlimages/"
license=('GPL2')
depends=('libpng' 'libtiff' 'libxpm' 'libungif' 'freetype2' 'libjpeg')
makedepends=('ocaml')
#optdepends=('lablgtk' 'lablgtk2')
source=(http://gallium.inria.fr/camlimages/$pkgname-$pkgver.tar.gz
http://perlcabal.org/~diakopter/ocaml/bazar-ocaml/autoconf/ocaml.m4)
md5sums=('ccb2551232df255f6306941d26d07615'
'a575bef6f8f32475165b62b2e595747c')
noextract=()
options=(!makeflags)
build() {
cd "$srcdir/$pkgname-$pkgver"
mkdir -p $srcdir/autoconf
ln -sf $startdir/ocaml.m4 $srcdir/autoconf/
./configure --prefix=/usr
make || return 1
make DESTDIR="$pkgdir/" install
}
# vim:set ts=2 sw=2 et:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.