]> git.pld-linux.org Git - packages/divxcalc.git/blob - divxcalc.spec
- updated gettext BR
[packages/divxcalc.git] / divxcalc.spec
1 Summary:        A bitrate calculator for DivX ;-) movies
2 Summary(pl.UTF-8):      Kalkulator bitrate dla filmów DivX ;-)
3 Name:           divxcalc
4 Version:        0.4a
5 Release:        0.1
6 License:        GPL
7 Group:          Applications
8 Source0:        http://axljab.homelinux.org:8080/software/divxcalc/%{name}-%{version}.tar.gz
9 # Source0-md5:  c51ed74b3c8693d9185ce31d0e23915d
10 URL:            http://axljab.homelinux.org:8080/?m=sw&p=divxcalc
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  gettext-tools
14 BuildRequires:  gtk+-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 DivX Calc is a simple DivX calculator for Linux. It uses a simple GTK+
19 interface which calculates which bitrate to use while encoding a movie
20 using DivX ;-).
21
22 %description -l pl.UTF-8
23 DivX Calc to prosty kalkulator DivX dla Linuksa. Za pomocą prostego
24 interfejsu GTK+ można przeliczyć jaki bitrate zastosować do kompresji
25 filmu za pomocą DivX ;-).
26
27 %prep
28 %setup -q
29
30 %build
31 rm -f missing
32 %{__gettextize}
33 %{__aclocal}
34 %{__autoconf}
35 %{__autoheader}
36 %{__automake}
37 %configure
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc ChangeLog README
52 %attr(755,root,root) %{_bindir}/*
53 %{_datadir}/%{name}
This page took 0.085654 seconds and 3 git commands to generate.