updated on Wed Jan 11 04:01:16 UTC 2012
[aur-mirror.git] / ocre / PKGBUILD
blobc985ba97c18dac20f0f4f99a54afa45f77d99844
1 # Contributor: rabyte <rabyte*gmail>
2 # Maintainer: Laurie Clark-Michalek <bluepeppers@archlinux.us>
4 pkgname=ocre
5 pkgver=0.033
6 pkgrel=1
7 pkgdesc="Reads an image file and writes ASCII or Unicode characters"
8 arch=('i686' 'x86_64')
9 url="http://lem.eui.upm.es/ocre.html"
10 license=('GPL3')
11 depends=('aspell' 'gtk2')
12 makedepends=('pkgconfig')
13 source=(ftp://lem.eui.upm.es/pub/$pkgname/${pkgname}_v${pkgver//./_}.tgz)
15 build() {
16   cd $pkgname-$pkgver/$pkgname
18   make CFLAGS="${CFLAGS} $(pkg-config --cflags gtk+-2.0) -Isrc" || return 1
19   make DESTDIR=$pkgdir/usr install installman
22 # vim:set ts=2 sw=2 et:
23 md5sums=('e2a56b4b370876be38cfc7f440d00973')