File ArtOfIllusion.spec of Package ArtOfIllusion
#
# spec file for package ArtOfIllusion
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). an "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: ArtOfIllusion
Version:
Release: 1
Summary: ArtOfIllusion a simple 3D editor
License: GPLv2
Url: http://www.artofillusion.org/
Group: Development/Tools/Building
Source0: aoisrc281.zip
# Java media stuff is a nightmare:
Patch0: aoi-no-java-media.patch
BuildRequires: ant
BuildRequires: unzip
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
ArtOfIllusio is a simple 3D modelling program that generates STL files
that can be used by repsnapper to print on a reprap
%prep
unzip %{SOURCE1}
%patch0 -p0
%build
make
# -----------------------------------------------------------------------------
%install
%files
# need a wrapper for those java libraries (?)
%changelog