From 8050bcb67463645780ca12b6f09c6613c1e582d5 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Sun, 23 Aug 2015 23:51:03 +0200 Subject: [PATCH] intellij-idea-community-edition: fix wrksrc location --- srcpkgs/intellij-idea-community-edition/template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/srcpkgs/intellij-idea-community-edition/template b/srcpkgs/intellij-idea-community-edition/template index c860591485..0c1403bccc 100644 --- a/srcpkgs/intellij-idea-community-edition/template +++ b/srcpkgs/intellij-idea-community-edition/template @@ -1,18 +1,20 @@ # Template file for 'intellij-idea-community-edition' pkgname=intellij-idea-community-edition version=14.1.4 -_tarversion=141.178.9 -revision=1 +revision=2 depends="virtual?java-environment giflib libXtst" short_desc="Java integrated development environment" maintainer="Adrian Siekierka " license="Apache-2.0" homepage="http://www.jetbrains.org/" -wrksrc="idea-IC-${_tarversion}" distfiles="http://download.jetbrains.com/idea/ideaIC-${version}.tar.gz" checksum=bd13fdd487ff37fb8b1d6aa713a6ff2c642b8b2ed74d292a8b624ab55c1ba9fb only_for_archs="i686 x86_64" +post_extract() { + mv $XBPS_BUILDDIR/idea-IC-* ${wrksrc} +} + do_install() { vmkdir usr/bin vmkdir usr/share/intellij-idea