[arch-commits] Commit in eclipse-cdt/trunk (PKGBUILD)

Alexander Rødseth arodseth at nymeria.archlinux.org
Sun Apr 21 15:38:33 UTC 2013


    Date: Sunday, April 21, 2013 @ 17:38:33
  Author: arodseth
Revision: 88667

Cleanup, not a new release yet

Modified:
  eclipse-cdt/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-21 13:40:47 UTC (rev 88666)
+++ PKGBUILD	2013-04-21 15:38:33 UTC (rev 88667)
@@ -10,16 +10,17 @@
 arch=('any')
 url='http://www.eclipse.org/cdt'
 license=('EPL')
-depends=('eclipse>=4.2.1' 'libxtst')
+depends=('eclipse' 'libxtst')
 source=("http://download.eclipse.org/tools/cdt/releases/juno/sr2/cdt-master-$pkgver.zip")
 sha256sums=('9b204b1c3c56c2fa40d6ce502a4fb45a4176039c3a843a8597ccb9bf54a3a214')
 
 package() {
-  cd $srcdir
-  _installdir=$pkgdir/usr/share/eclipse/dropins/cdt
-  install -d $_installdir/eclipse
-  cp -a features $_installdir/eclipse
-  cp -a plugins $_installdir/eclipse
+  cd "$srcdir"
+
+  _installdir="$pkgdir/usr/share/eclipse/dropins/cdt"
+  install -d "$_installdir/eclipse"
+  cp -a features "$_installdir/eclipse"
+  cp -a plugins "$_installdir/eclipse"
 }
 
 # vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list