Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2180 - (show annotations)
Mon Jan 10 15:27:52 2011 UTC (2 years, 4 months ago) by acrux
File size: 535 byte(s)
openoffice-bin-ppc*: fix to still use the old CRUX PPC 2.6 package
1 # Description: the leading open-source office software suite
2 # URL: http://www.openoffice.org/
3 # Maintainer: acrux, acrux at linuxmail dot org
4 # Depends on: bash, dbus, xorg-libxtst, xorg-libxinerama, cairo, gtk, libtiff, libjpeg, libxml2, libxslt, python, cups, neon, silgraphite
5
6 name=openoffice-bin-ppc64
7 version=3.2.1
8 release=2
9 source=(ftp://ftp.cruxppc.org/cruxppc/distfiles/2.6/$name-$version-1.tar.gz)
10
11 build() {
12 mv $SRC/usr $PKG
13 # fix to still use the old CRUX PPC 2.6 package
14 ln -sf libjpeg.so $PKG/usr/lib/libjpeg.so.62
15 }