Date: Tuesday, February 8, 2011 @ 04:57:29 Author: eric Revision: 109332
Added !docs option Modified: libofx/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-02-08 09:53:05 UTC (rev 109331) +++ PKGBUILD 2011-02-08 09:57:29 UTC (rev 109332) @@ -10,7 +10,6 @@ url="http://libofx.sourceforge.net" license=('GPL') depends=('opensp' 'curl' 'gcc-libs') -options=('!libtool') source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz \ fix_cpp_includes.patch) md5sums=('e634f47ca12e82d860912d48c93b8e50' '17b65fe122dbb2df222aeee698bdf049') @@ -24,9 +23,10 @@ } package_libofx() { + options=('!libtool' '!docs') + cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install - rm -r "$pkgdir/usr/share/doc" } package_libofx-doc() {
