[Lunar-commits] <moonbase> acroread: Adobe Acrobat Reader 9.4.2
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Fri Jun 24 21:53:47 CEST 2011
commit 49e8bb905e07f8dee6dab66a19c8043ad413b016
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Fri Jun 24 21:53:47 2011 +0200
acroread: Adobe Acrobat Reader 9.4.2
---
x11-apps/acroread/BUILD | 22 ++++++++++++++++++++++
x11-apps/acroread/DEPENDS | 1 +
x11-apps/acroread/DETAILS | 33 +++++++++++++++++++++++++++++++++
x11-apps/acroread/PRE_BUILD | 10 ++++++++++
4 files changed, 66 insertions(+), 0 deletions(-)
diff --git a/x11-apps/acroread/BUILD b/x11-apps/acroread/BUILD
new file mode 100644
index 0000000..1dbadaa
--- /dev/null
+++ b/x11-apps/acroread/BUILD
@@ -0,0 +1,22 @@
+(
+
+ if [ -f /opt/Adobe/Reader9/bin/UNISTALL ]; then
+ /opt/Adobe/Reader9/bin/UNISTALL
+ fi &&
+ rm -rf /opt/Adobe &&
+ prepare_install &&
+ cd AdobeReader &&
+ ./INSTALL --install_path=/opt &&
+ cd .. &&
+ cp -a acrobat-fonts/* /opt/Adobe/Reader9/Resource &&
+ for dir in CHSKIT CHTKIT JPNKIT xtdfont; do
+ cd $dir;
+ sedit 's/if yesno "Continue installation? " "y"/if true/' INSTALL;
+ sedit '/^OutputLicense$/d' INSTALL;
+ sedit '/^GetInstallInfo$/d' INSTALL;
+ sedit '/^OutputWelcome$/d' INSTALL;
+ ./INSTALL;
+ cd ..;
+ done
+
+) > $C_FIFO 2>&1
diff --git a/x11-apps/acroread/DEPENDS b/x11-apps/acroread/DEPENDS
new file mode 100644
index 0000000..f98b7d7
--- /dev/null
+++ b/x11-apps/acroread/DEPENDS
@@ -0,0 +1 @@
+depends gtk+-2
diff --git a/x11-apps/acroread/DETAILS b/x11-apps/acroread/DETAILS
new file mode 100644
index 0000000..ffb0f3f
--- /dev/null
+++ b/x11-apps/acroread/DETAILS
@@ -0,0 +1,33 @@
+ MODULE=acroread
+ VERSION=9.4.2
+ SOURCE=AdbeRdr${VERSION}-1_i486linux_enu.tar.bz2
+ SOURCE2=acrobat-fonts.tar.bz2
+ SOURCE3=FontPack910_chs_i486-linux.tar.bz2
+ SOURCE4=FontPack910_cht_i486-linux.tar.bz2
+ SOURCE5=FontPack910_jpn_i486-linux.tar.bz2
+ SOURCE6=FontPack910_kor_i486-linux.tar.bz2
+ SOURCE7=FontPack910_xtd_i486-linux.tar.bz2
+ SOURCE_DIRECTORY=$BUILD_DIRECTORY/AdobeReader
+ SOURCE_URL=ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/$VERSION/enu
+ SOURCE2_URL=$PATCH_URL
+ SOURCE3_URL=ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/9.1/misc
+ SOURCE4_URL=$SOURCE3_URL
+ SOURCE5_URL=$SOURCE3_URL
+ SOURCE6_URL=$SOURCE3_URL
+ SOURCE7_URL=$SOURCE3_URL
+ SOURCE_VFY=sha1:2ed2032c9d055af9611e8a8e0de355c2e9cdd815
+ SOURCE2_VFY=sha1:ab8b6a1007cdb5bee15738cae8dbe5add4022e36
+ SOURCE3_VFY=sha1:0bd6a275fd33856a5c9aa61c9530460582758a93
+ SOURCE4_VFY=sha1:afa011fc19341bfae731a15eda9aff5f47b54b39
+ SOURCE5_VFY=sha1:0b82a27a5e0703652225a79ffd457d64a1fc11ed
+ SOURCE6_VFY=sha1:6a0ac9feedb22618bfc5784caeda197fd03aafd5
+ SOURCE7_VFY=sha1:fd62e425f01a558b4e00d0fcfc22257d62040ff4
+ WEB_SITE=http://www.adobe.com
+ LICENSE="proprietary"
+ ENTERED=20100822
+ UPDATED=20110624
+ SHORT="Adobe Acrobat Reader"
+
+cat << EOF
+Official binary of Adobe Acrobat Reader for Linux
+EOF
diff --git a/x11-apps/acroread/PRE_BUILD b/x11-apps/acroread/PRE_BUILD
new file mode 100644
index 0000000..0b04d8f
--- /dev/null
+++ b/x11-apps/acroread/PRE_BUILD
@@ -0,0 +1,10 @@
+validate_source_dir $SOURCE_DIRECTORY &&
+mk_source_dir $SOURCE_DIRECTORY &&
+cd $SOURCE_DIRECTORY &&
+unpack $SOURCE
+unpack $SOURCE2
+unpack $SOURCE3
+unpack $SOURCE4
+unpack $SOURCE5
+unpack $SOURCE6
+unpack $SOURCE7
More information about the Lunar-commits
mailing list