opt/firefox-acroread-plugin/Pkgfile
2006-02-23 15:26:10 +00:00

17 lines
410 B
Plaintext

# 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
}