1 # Maintainer: Mika Hynnä 'ighea' igheax at gmail dot com
5 pkgdesc="An extension for reading and writing YAML swiftly in popular scripting languages."
6 #url="http://whytheluckystiff.net/syck/"
7 url="http://rubyforge.org/projects/syck/"
9 arch=('x86_64' 'i686' 'arm')
10 source=(http://rubyforge.org/frs/download.php/4492/$pkgname-$pkgver.tar.gz
11 syck-0.55-64bit.patch)
12 md5sums=('a57b7c46d81170b9318e2f384f77910c'
13 '899fd0c9ab9652ef207048c7eb072103')
16 cd $srcdir/$pkgname-$pkgver
18 patch -Np1 < ../syck-0.55-64bit.patch
19 ./configure --prefix=/usr
21 # Append -fPIC to CFLAGS
22 sed s/'CFLAGS ='/'CFLAGS = -fPIC'/ -i Makefile
25 make check || return 1
26 make DESTDIR=$pkgdir install