1 # Contributor: Aaron Robertson <rbb dot robertson at gmail dot com>
6 pkgdesc="A general-purpose Objective-C Class library"
8 url="http://code.google.com/p/ofc"
11 source=("http://ofc.googlecode.com/files/ofc-0.8.1.tar.gz")
12 sha1sums=('88fe19559cb9d13fe29a1a16180e82dfbb4bf872')
15 cd $startdir/src/$pkgname-$pkgver
16 ./configure --prefix=/usr
18 make prefix=$startdir/pkg/usr install