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