]> git.pld-linux.org Git - packages/denemo.git/blob - denemo.spec
- initial
[packages/denemo.git] / denemo.spec
1 Summary:        Gtk frontend for GNU lilypond
2 Name:           denemo
3 Version:        0.5.5
4 Release:        1
5 License:        GPL
6 Group:          Applications/Sound
7 Group(de):      Applikationen/Laut
8 Group(pl):      Aplikacje/D¼wiêk
9 Source0:        http://download.sourceforge.net/denemo/%{name}-%{version}.tar.gz
10 URL:            http://denemo.sourceforge.net/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14
15 %prep
16 %setup -q
17
18 %build
19 %configure
20
21 %{__make} 
22
23 %install
24 rm -rf $RPM_BUILD_ROOT
25
26 %{__make} install DESTDIR=$RPM_BUILD_ROOT
27
28
29 %clean
30 rm -rf ${RPM_BUILD_ROOT}
31
32 %files
33 %defattr(644,root,root,755)
34 %doc html examples ps
35 %doc README LICENSE
36 %attr(755,root,root) %{_bindir}/doxygen
37 %attr(755,root,root) %{_bindir}/doxytag
38 %attr(755,root,root) %{_bindir}/doxysearch
This page took 0.06647 seconds and 4 git commands to generate.