]> git.pld-linux.org Git - packages/beast.git/commitdiff
- PLD initial release
authoraflinta <aflinta@pld-linux.org>
Mon, 14 Apr 2003 07:39:21 +0000 (07:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    beast.spec -> 1.1

beast.spec [new file with mode: 0644]

diff --git a/beast.spec b/beast.spec
new file mode 100644 (file)
index 0000000..3e2f755
--- /dev/null
@@ -0,0 +1,75 @@
+Summary:       BEAST (the Bedevilled Audio System)
+Name:          beast
+Version:       0.5.1
+Release:       1
+License:       GPL
+Group:         Applications
+Source0:       http://beast.gtk.org/beast-ftp/v0.5/%{name}-%{version}.tar.gz
+Patch0:                %{name}-ac.patch
+URL:           http://beast.gtk.org/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: gtk+2-devel >=  2.0.0
+BuildRequires: libgnomecanvas-devel >= 2.0.0
+BuildRequires: guile-devel >= 1.4
+BuildRequires: libvorbis-devel >= 1.0
+BuildRequires: mad-devel >= 0.14.2
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+BEAST (the Bedevilled Audio System) is a GTK+/GNOME based front-end to
+BSE (the Bedevilled Sound Engine). BSE is a shared library that comes
+with the necessary framework to simulate audio synthesis (modular
+synthesis) in realtime and allow for song composition.
+
+%package devel
+Summary:       Header files for Beast
+Group:         Libraries
+Requires:      %{name} = %{version}
+
+%description devel
+Header files for Beast.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+rm -f aclocal.m4
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%dir %{_libdir}/bse
+%{_libdir}/bse/v%{version}/plugins/*.so
+%{_libdir}/lib*.so.*.*.*
+%{_datadir}/%{name}
+
+%files devel
+%{_includedir}/bse
+%{_includedir}/bsw
+%{_includedir}/sfi
+%{_libdir}/*.la
+%{_libdir}/*.so
+%{_mandir}/man3/*
+%{_pkgconfigdir}/*.pc
+# do we really need this?
+%{_libdir}/bse/v%{version}/plugins/*.la
This page took 0.0637180000000001 seconds and 4 git commands to generate.