File boxar.spec of Package boxar
# @author: philippe coval -- http://rzr.online.fr/contact.htm
%if %{defined mandriva_version}
%if 0%{mandriva_version} >= 2009
Substitute: libesound-devel esound-devel
%endif
%else
%if %{defined standard_version}
#TODO: nothing provides java-preinit
%endif
%else %{defined suse_version}
#%suse_update_desktop_file -n
%endif
BuildRequires: gcc, gtk2-devel, esound-devel
Name: boxar
License: GNU General Public License (GPL) - all versions
URL: http://rzr.online.fr/q/esd
Group: Applications/Sound
Version:
Release: 0
Summary: Paint music on tiles
Packager: Philippe Coval <rzr@gna.org>
#Source: %{name}_%{version}.orig.tar.gz
Source: %{name}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Kind of multiscale piano originally for handled devices
%prep
%setup -q
%build
make
%install
make DESTDIR=%{buildroot} install
%clean
make clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
/*
#eof