# Description: Open Fingerprint Architecture # URL: http://www.musicip.com/dns # Maintainer: Antonio SJ Musumeci, bile at landofbile dot com # Depends on: fftw name=libofa version=0.9.3 release=1 source=(http://www.musicip.com/dns/files/$name-$version.tar.gz gcc-4.patch) build() { cd $name-$version patch -p0 < ../gcc-4.patch ./configure --prefix=/usr make make DESTDIR=$PKG install }