]> git.pld-linux.org Git - packages/extace.git/commitdiff
- initial version (NFY).
authorkloczek <kloczek@pld-linux.org>
Fri, 23 Jul 1999 10:11:58 +0000 (10:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    extace.spec -> 1.1

extace.spec [new file with mode: 0644]

diff --git a/extace.spec b/extace.spec
new file mode 100644 (file)
index 0000000..8926929
--- /dev/null
@@ -0,0 +1,35 @@
+Summary:       
+Name:          extace
+Version:       1.10
+Release:       1
+Group:         -
+Copyright:     GPL
+Source:                http://techdev.buffalostate.edu/~dave/extace/archives/%{name}-%{version}.tar.gz
+URL:           http://techdev.buffalostate.edu/~dave/extace/
+BuildReqiires: -
+BuildRoot:     /tmp/%{name}-%{version}-root
+
+%description
+Xtace is a Audio Visualization plugin for the Gnome Desktop Environment. It
+connects to ESD (Enlightened Sound Daemon) and displays the audio data as
+either a 3D textured landscape, 3d pointed landscape, 16-128 channel graphic
+EQ, or a colored Oscilloscope. eXtace is based on the original eXtace
+written by Michael Fulbright and The Rasterman.
+
+%prep
+%setup  -q
+
+%build
+LDFLAGS="-s" ; export LDFLAGS
+%configure 
+
+make
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
This page took 0.047775 seconds and 4 git commands to generate.