[PC-BSD Commits] r3885 - in pbibuild/modules/excelviewer2003: . overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Tue May 12 08:08:00 PDT 2009
Author: kris
Date: 2009-05-12 08:08:00 -0700 (Tue, 12 May 2009)
New Revision: 3885
Removed:
pbibuild/modules/excelviewer2003/overlay-dir/EXCELVIEW2003/
Modified:
pbibuild/modules/excelviewer2003/build.sh
Log:
Cleanup the excelviewer2003 module. Remove windows specific stuff from SVN, don't need to be making our SVN filled with windows files which we can place in a downloadable package.
Modified: pbibuild/modules/excelviewer2003/build.sh
===================================================================
--- pbibuild/modules/excelviewer2003/build.sh 2009-05-12 13:31:31 UTC (rev 3884)
+++ pbibuild/modules/excelviewer2003/build.sh 2009-05-12 15:08:00 UTC (rev 3885)
@@ -12,3 +12,9 @@
sed -e "s,CHANGE,ExcelViewer2003${PORTVER},g" ${PBIDIR}/bin/excelview2003 > /tmp/excelview2003
mv /tmp/excelview2003 ${PBIDIR}/bin/excelview2003
chmod 755 ${PBIDIR}/bin/excelview2003
+
+# Download the wine package
+cd ${PBIDIR}/
+fetch ftp://ftp.pcbsd.org/pub/autobuildpkgs/excelviewer2003/EXCELVIEW2003.tar.bz2
+tar xvjf EXCELVIEW2003.tar.bz2
+rm EXCELVIEW2003.tar.bz2
More information about the Commits
mailing list