You could replace all the commands in package() with the following single command:
install -D "$srcdir/ExportToLaTeX.dll' \ "$pkgdir/usr/lib/tomboy/addins/ExportToLaTeX.dll"
Also, the AUR might not accept the package without a build function. I'm not sure if this has been fixed, but if you get a submission error try adding:
build() { true }
above the package function.
2011/7/24 Evangelos Foutras foutrelis@gmail.com
Also, the AUR might not accept the package without a build function. I'm not sure if this has been fixed, but if you get a submission error try adding:
build() { true }
above the package function.
Actually it accepts no build() function. ex: lib32-gconf ( http://aur.archlinux.org/packages.php?ID=15584)
Cheers,
-- Rafael
aur-general@lists.archlinux.org