Was supposed to be a linux distribution, now just a collection of build scripts for packages on top of (ideally) any distribution.
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.

21 lines
538 B

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: