New package: mozplugger-2.1.6
This commit is contained in:
parent
d33a04a3f3
commit
b285119890
24
srcpkgs/mozplugger/template
Normal file
24
srcpkgs/mozplugger/template
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# Template file for 'mozplugger'
|
||||||
|
pkgname=mozplugger
|
||||||
|
version=2.1.6
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
makedepends="libX11-devel"
|
||||||
|
depends="m4"
|
||||||
|
conf_file="/etc/mozpluggerrc"
|
||||||
|
short_desc="Firefox plugin to embed arbitrary applications"
|
||||||
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
|
license="GPL-2"
|
||||||
|
homepage="http://mozplugger.mozdev.org"
|
||||||
|
distfiles="http://mozplugger.mozdev.org/files/${pkgname}-${version}.tar.gz"
|
||||||
|
checksum=294cf06ad37b8d89e57ee9c4dc9e7549fd1b0dcec9769171d65dad36099e5fef
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin mozplugger-helper
|
||||||
|
vbin mozplugger-controller
|
||||||
|
vbin mozplugger-linker
|
||||||
|
vbin mozplugger-update
|
||||||
|
vinstall mozplugger.so 644 usr/lib/mozilla/plugins
|
||||||
|
vinstall mozpluggerrc 644 etc
|
||||||
|
vman mozplugger.7
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user