1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
|
Summary: Csound - sound synthesis language and library
Name: csound
Version: 6.00.0
Release: 140
URL: http://csound.sourceforge.net/
License: LGPL
Group: Applications/Multimedia
BuildRoot: @TOPDIR@/__package
%description
Csound is a sound and music synthesis system, providing facilities for composition and performance over a wide range of platforms. It is not restricted to any style of music, having been used for many years in at least classical, pop, techno, ambient...
Authors:
--------
Allan Lee
Barry Vercoe
Bill Gardner
Bill Verplank
Dan Ellis
David Macintyre
Eli Breder
Gabriel Maldonado
Greg Sullivan
Hans Mikelson
Istvan Varga
Jean Piché
John ffitch
John Ramsdell
Marc Resibois
Mark Dolson
Matt Ingalls
Max Mathews
Michael Casey
Michael Clark
Michael Gogins
Mike Berry
Paris Smaragdis
Perry Cook
Peter Neubäcker
Peter Nix
Rasmus Ekman
Richard Dobson
Richard Karpen
Rob Shaw
Robin Whittle
Sean Costello
Steven Yi
Tom Erbe
Victor Lazzarini
Ville Pulkki
%prep
rm -Rf "@TOPDIR@/__package"
%build
mkdir -p -m 0755 "@TOPDIR@/__package"
cd "@TOPDIR@/__package"
cp -aiR "@TOPDIR@/__csound6"/* ./
%install
%clean
rm -Rf "@TOPDIR@/__package"
%post
/sbin/ldconfig
%postun
/sbin/ldconfig
%files
%defattr(-, root, root, 0755)
%docdir /usr/local/share/doc/csound
|