opt/adobereader/Pkgfile
Simone Rota d2f3f3a9ef [notify] acroread: updated to 8.x, renamed to adobereader
Hi,

I've renamed the acroread port to adobereader to keep it consistent
with the new adobe name. Also updated to the 8,x series.

The binary is still called /usr/bin/acroread as in the original
package.
2008-04-13 17:29:14 +00:00

24 lines
740 B
Plaintext

# 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/
# Depends on: gtk, libstdc++-compat
name=acroread
version=8.1.2
release=1
source=(http://ardownload.adobe.com/pub/adobe/reader/unix/8.x/8.1.2/enu/AdobeReader_enu-$version-1.i486.tar.gz)
PKGMK_NO_STRIP="yes"
build() {
mkdir -p $PKG/usr/lib $PKG/usr/bin
cd $PKG/usr/lib
tar -xf $SRC/AdobeReader/COMMON.TAR
tar -xf $SRC/AdobeReader/ILINXR.TAR
rm -rf Adobe/Reader8/{help,HowTo}
rm -r Adobe/Reader8/Browser/{HowTo,install_browser_plugin}
find . -name PPKLite.api -exec rm {} \;
ln -sf /usr/lib/Adobe/Reader8/bin/acroread $PKG/usr/bin/acroread
}