You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
593 B
22 lines
593 B
8 years ago
|
import 'compile/configure'
|
||
|
|
||
|
name=mozplugger
|
||
|
version=2.1.6
|
||
|
update_url='http://mozplugger.mozdev.org/'
|
||
|
|
||
|
dlextract "http://mozplugger.mozdev.org/files/$name-$version.tar.gz" \
|
||
|
'abb42f3c3c2f3a940c1252a83f254116'
|
||
|
header_end
|
||
|
|
||
|
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_libdir/mozilla/plugins'"
|
||
|
|
||
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
|