]> git.pld-linux.org Git - packages/chuck.git/commitdiff
- added
authoraredridel <aredridel@pld-linux.org>
Sat, 23 Oct 2004 20:22:59 +0000 (20:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    chuck.spec -> 1.1

chuck.spec [new file with mode: 0644]

diff --git a/chuck.spec b/chuck.spec
new file mode 100644 (file)
index 0000000..f39942b
--- /dev/null
@@ -0,0 +1,40 @@
+Summary:       ChucK audio programming language
+Name:          chuck
+Version:       1.1.5.2
+Release:       1
+License:       GPL
+Group:         Applications/Sound
+Source0:       http://chuck.cs.princeton.edu/release/files/%{name}-%{version}.tgz
+# Source0-md5: e12df7852d1796d766bd68c0d1fafb03
+URL:           http://chuck.cs.princeton.edu/
+BuildRequires: alsa-lib-devel
+BuildRequires: jack-audio-connection-kit-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+ChucK is a new audio programming language for real-time synthesis, composition, and performance, which runs on commodity operating systems. ChucK presents a new time-based concurrent programming model, which supports multiple, simultaneous, dynamic control rates, and the ability to add, remove, and modify code, on-the-fly, while the program is running, without stopping or restarting. It offers composers, researchers, and performers a powerful and flexible programming tool for building and experimenting with complex audio synthesis programs, and real-time interactive control.
+
+%prep
+%setup -q 
+
+%build
+cd src
+make linux-jack
+cd -
+
+%install
+rm -rf $RPM_BUILD_ROOT
+# create directories if necessary
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_examplesdir}}
+
+cp src/chuck $RPM_BUILD_ROOT%{_bindir}
+cp -a examples $RPM_BUILD_ROOT%{_examplesdir}/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS DEVELOPER doc PROGRAMMER QUICKSTART README THANKS TODO VERSIONS
+%attr(755,root,root) %{_bindir}/*
+%{_examplesdir}/%{name}
This page took 0.077945 seconds and 4 git commands to generate.