]> git.pld-linux.org Git - packages/Mixer.app.git/commitdiff
- intial version maked from template.spec
authorkloczek <kloczek@pld-linux.org>
Mon, 10 May 1999 12:35:43 +0000 (12:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Status: NF.

Changed files:
    Mixer.app.spec -> 1.1

Mixer.app.spec [new file with mode: 0644]

diff --git a/Mixer.app.spec b/Mixer.app.spec
new file mode 100644 (file)
index 0000000..b5b9960
--- /dev/null
@@ -0,0 +1,42 @@
+Summary:       
+Name:          -
+Version:       -
+Release:       -
+Group:         -
+Group(pl):     -
+Copyright:     GPL
+Source0:       http://www.student.hk-r.se/~pt96pli/mixer/%{name}-%{version}.tar.gz
+URL:           http://www.student.hk-r.se/~pt96pli/mixer/
+BuildRoot:     /tmp/%{name}-%{version}-root
+
+%description
+Mixer.app is a audio mixer utility. It is designed to be docked in Window
+Maker. This utility has three volume controllers that can be configured to
+handle any sound source, the default sources are master-, cd- and
+pcm-volume. Sound sources can easily be muted and there is also wheel mouse
+support.
+
+%prep
+%setup  -q
+
+%build
+(autoheader/autoconf/automake)
+CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
+./configure \
+       --prefix=/usr
+make
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+gzip -9nf $RPM_BUILD_ROOT/usr/info/*.info* \
+       $RPM_BUILD_ROOT/usr/man/man*/* \
+       README ChangeLog 
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+
+%changelog
This page took 0.072917 seconds and 4 git commands to generate.