diff options
author | Simone Rota <sip@crux.nu> | 2008-04-13 17:29:14 +0000 |
---|---|---|
committer | Simone Rota <sip@crux.nu> | 2008-04-13 17:29:14 +0000 |
commit | d2f3f3a9ef6546bec5647906d22e514464b98ab7 (patch) | |
tree | 9f6316a18c4a8aa7fe1e781cadba1f2cc821bc59 /adobereader/Pkgfile | |
parent | 4c50812d663664dc4f23d70edfcd42605c06bf94 (diff) | |
download | opt-d2f3f3a9ef6546bec5647906d22e514464b98ab7.tar.gz opt-d2f3f3a9ef6546bec5647906d22e514464b98ab7.tar.xz |
[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.
Diffstat (limited to 'adobereader/Pkgfile')
-rw-r--r-- | adobereader/Pkgfile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/adobereader/Pkgfile b/adobereader/Pkgfile new file mode 100644 index 000000000..e00d7922d --- /dev/null +++ b/adobereader/Pkgfile @@ -0,0 +1,23 @@ +# 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 + +} |