Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 0c520bf0bd6215ff77d1fc4d6b4ef642 > files > 16

eclipse-mylyn-3.8.2-2.mga3.src.rpm

#!/bin/sh
TAG=20110110

rm -rf eclipse.platform.runtime-${TAG}.tar.bz2
rm -rf eclipse.platform.runtime-${TAG}

wget -O eclipse.platform.runtime-${TAG}.tar.bz2 http://git.eclipse.org/c/platform/eclipse.platform.runtime.git/snapshot/eclipse.platform.runtime-${TAG}.tar.bz2

tar xjf eclipse.platform.runtime-${TAG}.tar.bz2

pushd eclipse.platform.runtime-${TAG}
  cd bundles/
  tar cjf org.eclipse.core.runtime.compatibility.auth.tar.bz2 org.eclipse.core.runtime.compatibility.auth
  mv org.eclipse.core.runtime.compatibility.auth.tar.bz2 ../../
popd

rm -rf eclipse.platform.runtime-${TAG}.tar.bz2
rm -rf eclipse.platform.runtime-${TAG}