]> git.pld-linux.org Git - packages/eclipse-adt.git/commitdiff
- initial, maybe needs eclipse 3.5 to work
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 10 Nov 2010 22:33:23 +0000 (22:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eclipse-adt.spec -> 1.1

eclipse-adt.spec [new file with mode: 0644]

diff --git a/eclipse-adt.spec b/eclipse-adt.spec
new file mode 100644 (file)
index 0000000..f5f7ce4
--- /dev/null
@@ -0,0 +1,40 @@
+# TODO
+# - deps: requires plug-in "org.eclipse.wst.sse.core".
+# - test package, how to (where to?) package web and xml and index.html
+Summary:       ADT Plugin for Eclipse
+Name:          eclipse-plugin-adt
+Version:       0.9.9
+Release:       0.1
+License:       EPL v1.0
+Group:         Development/Tools
+Source0:       http://dl.google.com/android/ADT-%{version}.zip
+# Source0-md5: 7deff0c9b25940a74cea7a0815a3bc36
+URL:           http://developer.android.com/sdk/eclipse-adt.html
+BuildRequires: unzip
+Requires:      eclipse >= 3.3
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                eclipsedir      %{_datadir}/eclipse
+
+%description
+Android Development Tools (ADT) is a plugin for the Eclipse IDE that
+is designed to give you a powerful, integrated environment in which to
+build Android applications.
+
+%prep
+%setup -q -c
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{eclipsedir}/{features,plugins}
+cp -a features/* $RPM_BUILD_ROOT%{eclipsedir}/features
+cp -a plugins/* $RPM_BUILD_ROOT%{eclipsedir}/plugins
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{eclipsedir}/features/com.android.ide.eclipse.*.jar
+%{eclipsedir}/plugins/com.android.ide.eclipse.*.jar
This page took 0.079326 seconds and 4 git commands to generate.