adobereader: adopted and updated to 9.1
This commit is contained in:
parent
5532e9a265
commit
6ce297d568
File diff suppressed because it is too large
Load Diff
@ -1 +1 @@
|
|||||||
32ed5a47f02cbefa95043141aae00fe1 AdobeReader_enu-8.1.4-1.i486.tar.gz
|
6f8279f55d57f4fa610a0e22a0eab861 AdbeRdr9.1.0-1_i486linux_enu.tar.bz2
|
||||||
|
@ -1,23 +1,21 @@
|
|||||||
# Description: Portable Document Format Viewer with Search
|
# Description: Portable Document Format Viewer with Search
|
||||||
# Packager: Markus Ackermann, maol at symlink dot ch
|
|
||||||
# Maintainer: Simone Rota, sip at crux dot nu
|
|
||||||
# URL: http://www.adobe.com/
|
# URL: http://www.adobe.com/
|
||||||
|
# Maintainer: Jose V Beneyto, sepen at crux dot nu
|
||||||
|
# Packager: Markus Ackermann, maol at symlink dot ch
|
||||||
# Depends on: gtk, libstdc++-compat
|
# Depends on: gtk, libstdc++-compat
|
||||||
|
|
||||||
name=adobereader
|
name=adobereader
|
||||||
version=8.1.4
|
version=9.1
|
||||||
release=1
|
release=1
|
||||||
source=(http://ardownload.adobe.com/pub/adobe/reader/unix/8.x/8.1.4/enu/AdobeReader_enu-$version-1.i486.tar.gz)
|
source=(http://ardownload.adobe.com/pub/adobe/reader/unix/9.x/$version/enu/AdbeRdr${version}.0-1_i486linux_enu.tar.bz2)
|
||||||
PKGMK_NO_STRIP="yes"
|
PKGMK_NO_STRIP="yes"
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
mkdir -p $PKG/usr/lib $PKG/usr/bin
|
install -d $PKG/usr/{bin,lib}
|
||||||
cd $PKG/usr/lib
|
tar -C $PKG/usr/lib -xf $SRC/AdobeReader/COMMON.TAR
|
||||||
tar -xf $SRC/AdobeReader/COMMON.TAR
|
tar -C $PKG/usr/lib -xf $SRC/AdobeReader/ILINXR.TAR
|
||||||
tar -xf $SRC/AdobeReader/ILINXR.TAR
|
rm -rf $PKG/usr/lib/Adobe/Reader9/{help,HowTo,bin/UNINSTALL} \
|
||||||
rm -rf Adobe/Reader8/{help,HowTo}
|
$PKG/usr/lib/Adobe/Reader9/Browser/{HowTo,install_browser_plugin} \
|
||||||
rm -r Adobe/Reader8/Browser/{HowTo,install_browser_plugin}
|
$(find $PKG/usr/lib -name PPKLite.api)
|
||||||
find . -name PPKLite.api -exec rm {} \;
|
ln -sf /usr/lib/Adobe/Reader9/bin/acroread $PKG/usr/bin/acroread
|
||||||
ln -sf /usr/lib/Adobe/Reader8/bin/acroread $PKG/usr/bin/acroread
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user