]> git.pld-linux.org Git - packages/divxcalc.git/blob - divxcalc.spec
- added pl summary and description
[packages/divxcalc.git] / divxcalc.spec
1 Summary:        A bitrate calculator for DivX:-) movies
2 Summary(pl):    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 URL:            http://axljab.homelinux.org:8080/?m=sw&p=divxcalc
10 BuildRequires:  autoconf
11 BuildRequires:  automake
12 BuildRequires:  gtk+-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 DivX Calc is a simple DivX calculator for Linux. It uses a simple GTK
17 interface which calculates which bitrate to use while encoding a movie
18 using DivX ;-).
19
20 %description -l pl
21 DivX Calc to prosty kalkulator DivX dla Linuksa. Za pomoc± prostego 
22 interfejsu GTK mo¿na przeliczyæ jaki bitrate zastosowaæ do kompresji
23 filmu za pomoc± DivX ;-).
24
25 %prep
26 %setup -q
27
28 %build
29 rm -f missing
30 %{__gettextize}
31 %{__aclocal}
32 %{__autoconf}
33 %{__autoheader}
34 %{__automake}
35 %configure
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40 install -d $RPM_BUILD_ROOT
41
42 %{__make} install DESTDIR=$RPM_BUILD_ROOT
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc ChangeLog README
50 %attr(755,root,root) %{_bindir}/*
51 %{_datadir}/%{name}
This page took 0.066196 seconds and 4 git commands to generate.