]> git.pld-linux.org Git - packages/libquvi-scripts.git/blob - libquvi-scripts.spec
- new
[packages/libquvi-scripts.git] / libquvi-scripts.spec
1 Summary:        Embedded lua scripts that libquvi uses for parsing the media details
2 Name:           libquvi-scripts
3 Version:        0.4.6
4 Release:        1
5 License:        LGPL v2+
6 Group:          Applications
7 Source0:        http://downloads.sourceforge.net/quvi/%{name}-%{version}.tar.xz
8 # Source0-md5:  623337087a76a537beba47d8df079b8f
9 URL:            http://quvi.sourceforge.net/
10 BuildRequires:  autoconf >= 2.67
11 BuildRequires:  automake
12 BuildRequires:  tar >= 1:1.22
13 BuildRequires:  xz
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 This package contains embedded lua scripts that libquvi uses for
19 parsing the media details.
20
21 %prep
22 %setup -q
23
24 %build
25 %{__aclocal} -I m4
26 %{__autoconf}
27 %{__automake}
28 %configure \
29         --disable-silent-rules \
30         --with-nsfw \
31         --with-nlfy
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %{__make} install \
38         DESTDIR=$RPM_BUILD_ROOT \
39         pkgconfigdir=%{_npkgconfigdir}
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc AUTHORS ChangeLog NEWS README
47 %{_datadir}/%{name}
48 %{_mandir}/man7/libquvi-scripts.7*
49 %{_npkgconfigdir}/libquvi-scripts.pc
This page took 0.145757 seconds and 4 git commands to generate.