]> git.pld-linux.org Git - packages/lilypond.git/commitdiff
- initial
authorklakier <klakier@pld-linux.org>
Tue, 14 Nov 2000 10:13:10 +0000 (10:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lilypond.spec -> 1.1

lilypond.spec [new file with mode: 0644]

diff --git a/lilypond.spec b/lilypond.spec
new file mode 100644 (file)
index 0000000..c432993
--- /dev/null
@@ -0,0 +1,43 @@
+Summary:       Music typesetter
+Name:          lilypond
+Version:       1.2.6
+Release:       1
+License:       GPL
+Group:         Applications/Sound
+Group(de):     Applikationen/Laut
+Group(pl):     Aplikacje/D¼wiêk
+Source0:       ftp://ftp.gnu.org/gnu/lilypond/%{name}-%{version}.tar.gz
+URL:           http://www.cs.uu.nl/people/hanwen/lilypond/index.html
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+LilyPond is a music typesetter. It produces beautiful sheet music
+using a high level description file as input. It excels at typesetting
+classical music, but you can also print pop-songs. With LilyPond we
+hope to make music publication software available to anyone on the
+internet.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make} 
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf ${RPM_BUILD_ROOT}
+
+%files
+%defattr(644,root,root,755)
+%doc html examples ps
+%doc README LICENSE
+%attr(755,root,root) %{_bindir}/doxygen
+%attr(755,root,root) %{_bindir}/doxytag
+%attr(755,root,root) %{_bindir}/doxysearch
This page took 0.067061 seconds and 4 git commands to generate.