2006-02-23 15:26:10 +00:00
|
|
|
# Description: Acrobat Reader plugin for Firefox
|
|
|
|
# URL: http://www.adobe.com
|
2006-04-13 21:43:04 +00:00
|
|
|
# Maintainer: Simone Rota, sip at crux dot nu
|
|
|
|
# Packager: Simone Rota, sip at crux dot nu
|
2006-02-23 15:26:10 +00:00
|
|
|
# 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
|
|
|
|
}
|