]> git.pld-linux.org Git - packages/ltc-tools.git/blob - ltc-tools.spec
- new
[packages/ltc-tools.git] / ltc-tools.spec
1 Summary:        Command line tools to deal with linear-timecode (LTC)
2 Summary(pl.UTF-8):      Narzędzia linii poleceń do obsługi liniowego kodu czasowego (LTC)
3 Name:           ltc-tools
4 Version:        0.7.0
5 Release:        1
6 License:        GPL v2+
7 Group:          Applications/Sound
8 #Source0Download: https://github.com/x42/ltc-tools/releases
9 Source0:        https://github.com/x42/ltc-tools/releases/download/v%{version}/%{name}-%{version}.tar.gz
10 # Source0-md5:  65711807269b97b87547b66898680680
11 URL:            https://github.com/x42/ltc-tools
12 BuildRequires:  jack-audio-connection-kit-devel
13 BuildRequires:  libltc-devel >= 1.1.0
14 BuildRequires:  libsndfile-devel
15 BuildRequires:  pkgconfig
16 Requires:       libltc >= 1.1.0
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Command line tools to deal with linear-timecode (LTC).
21
22 %description -l pl.UTF-8
23 Narzędzia linii poleceń do obsługi liniowego kodu czasowego (LTC).
24
25 %prep
26 %setup -q
27
28 %build
29 CFLAGS="%{rpmcflags} %{rpmcppflags}" \
30 LDFLAGS="%{rpmldflags}" \
31 %{__make} \
32         CC="%{__cc}"
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %{__make} install \
38         DESTDIR=$RPM_BUILD_ROOT \
39         PREFIX=%{_prefix}
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc README.md
47 %attr(755,root,root) %{_bindir}/jltc2mtc
48 %attr(755,root,root) %{_bindir}/jltcdump
49 %attr(755,root,root) %{_bindir}/jltcgen
50 %attr(755,root,root) %{_bindir}/jltcntp
51 %attr(755,root,root) %{_bindir}/jltctrigger
52 %attr(755,root,root) %{_bindir}/ltcdump
53 %attr(755,root,root) %{_bindir}/ltcgen
54 %{_mandir}/man1/jltc2mtc.1*
55 %{_mandir}/man1/jltcdump.1*
56 %{_mandir}/man1/jltcgen.1*
57 %{_mandir}/man1/jltcntp.1*
58 %{_mandir}/man1/jltctrigger.1*
59 %{_mandir}/man1/ltcdump.1*
60 %{_mandir}/man1/ltcgen.1*
This page took 0.03666 seconds and 3 git commands to generate.