17 lines
410 B
Plaintext
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
|
||
|
}
|