import 'compile/configure' name=mozplugger version=2.1.6 dlextract "http://mozplugger.mozdev.org/files/$name-$version.tar.gz" \ 'abb42f3c3c2f3a940c1252a83f254116' _ cd "$name-$version" # Fix paths sed -i -e '/install/s/@bindir@/$(DESTDIR)&/' \ -e '/install/s/@sysconfdir@/$(DESTDIR)&/' \ -e '/install/s/@mandir@/$(DESTDIR)&/' \ -e '/install/s/$$a/$(DESTDIR)&/' Makefile.in compile_configure -m "PLUGINDIRS='/$dir_prefix/$dir_lib/mozilla/plugins'" # vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: