# $Header: /magellan-cvs/smage/openoffice-i18n-de/openoffice-i18n-de-2.3.1-r1.smage2,v 1.3 2008/02/19 21:06:28 niro Exp $ # other languages (all but en, it's default) OO_LANG="de" PNAME="openoffice-i18n-${OO_LANG}" PVER="2.4.1" RCVER="rc1" PBUILD="r1" PCATEGORIE="app-office" STATE="unstable" DESCRIPTION="OpenOffice ${OO_PVER} - ${OO_LANG} language files." HOMEPAGE="http://www.openoffice.org/" DEPEND="== app-office/openoffice-${OO_PVER}" OO_HOME="/opt/openoffice-${PVER}" OO_SVNBUILD="9238" OO_BUILD="${OO_SVNBUILD}.i586" OO_SUBVER="20071113" OO_REVISION="OOG680_m9" OO_NOUNPACK="true" # do not unpack srcfile with ooo_i18n_src_prepare() sminclude ooo_i18n SRCFILE="OOo_${PVER}${RCVER}_${OO_SUBVER}_LinuxIntel_langpack_${OO_LANG}.tar.gz" SRCDIR="${BUILDDIR}/${OO_REVISION}_native_packed-1_${OO_LANG}.${OO_SVNBUILD}/RPMS" #http://oootranslation.services.openoffice.org/pub/OpenOffice.org/2.0.1rc5/ SRC_URI=( http://oootranslation.services.openoffice.org/pub/OpenOffice.org/extended/${PVER}${RCVER}/${SRCFILE} mirror://openoffice/${SRCFILE} ) src_prepare() { # being a little bit tricky here munpack ${SRCFILE} cd ${SRCDIR} ooo_i18n_src_prepare }