summaryrefslogtreecommitdiff
path: root/firefox-acroread-plugin
diff options
context:
space:
mode:
authorJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
committerJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
commitbdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch)
tree1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /firefox-acroread-plugin
downloadopt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz
opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz
create branch for 2.2
Diffstat (limited to 'firefox-acroread-plugin')
-rw-r--r--firefox-acroread-plugin/.footprint5
-rw-r--r--firefox-acroread-plugin/.md5sum0
-rw-r--r--firefox-acroread-plugin/Pkgfile16
3 files changed, 21 insertions, 0 deletions
diff --git a/firefox-acroread-plugin/.footprint b/firefox-acroread-plugin/.footprint
new file mode 100644
index 000000000..fdde9ae07
--- /dev/null
+++ b/firefox-acroread-plugin/.footprint
@@ -0,0 +1,5 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/firefox/
+drwxr-xr-x root/root usr/lib/firefox/plugins/
+lrwxrwxrwx root/root usr/lib/firefox/plugins/nppdf.so -> /usr/lib/Acrobat7/Browser/intellinux/nppdf.so
diff --git a/firefox-acroread-plugin/.md5sum b/firefox-acroread-plugin/.md5sum
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/firefox-acroread-plugin/.md5sum
diff --git a/firefox-acroread-plugin/Pkgfile b/firefox-acroread-plugin/Pkgfile
new file mode 100644
index 000000000..16f871955
--- /dev/null
+++ b/firefox-acroread-plugin/Pkgfile
@@ -0,0 +1,16 @@
+# Description: Acrobat Reader plugin for Firefox
+# URL: http://www.adobe.com
+# Maintainer: Simone Rota, sip at varlock dot com
+# Packager: Simone Rota, sip at varlock dot com
+# Depends on: acroread, firefox
+
+name=firefox-acroread-plugin
+version=7.0.0
+release=1
+source=()
+
+build() {
+ mkdir -p $PKG/usr/lib/firefox/plugins
+ ln -s /usr/lib/Acrobat7/Browser/intellinux/nppdf.so \
+ $PKG/usr/lib/firefox/plugins
+}

Generated by cgit