1 # PKGBUILD by Muhammed Uluyol <muhammedu@gmail.com>
2 pkgname=flashplugin-lahf-fix
5 pkgdesc="Workaround for some flash crashes on x86_64 machines with older machines"
7 url="http://bugs.gentoo.org/attachment.cgi?id=198604&action=edit"
9 source=('flashplugin-lahf-fix.c')
10 md5sums=('4e34681409a6123eafe4753cf08c50bb')
14 gcc -fPIC -shared -nostdlib -lc -oflashplugin-lahf-fix.so flashplugin-lahf-fix.c || return 1
15 install -d -m755 ${pkgdir}/usr/lib/mozilla/plugins/ || return 1
16 install -m755 flashplugin-lahf-fix.so ${pkgdir}/usr/lib/mozilla/plugins/ || return 1