]> git.pld-linux.org Git - packages/divxcalc.git/blob - divxcalc.spec
- initial import, needs cleanups.
[packages/divxcalc.git] / divxcalc.spec
1 Summary:        A bitrate calculator for DivX:-) movies
2 Summary(pl):    -
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
22 %prep
23 %setup -q
24
25 %build
26 rm -f missing
27 %{__gettextize}
28 %{__aclocal}
29 %{__autoconf}
30 %{__autoheader}
31 %{__automake}
32 %configure
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 install -d $RPM_BUILD_ROOT
38
39 %{__make} install DESTDIR=$RPM_BUILD_ROOT
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc ChangeLog README
47 %attr(755,root,root) %{_bindir}/*
48 %{_datadir}/%{name}
This page took 0.229288 seconds and 4 git commands to generate.