]> git.pld-linux.org Git - packages/divxcalc.git/commitdiff
- initial import, needs cleanups.
authorAdam Gołębiowski <adamg@pld-linux.org>
Mon, 7 Apr 2003 14:39:16 +0000 (14:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    divxcalc.spec -> 1.1

divxcalc.spec [new file with mode: 0644]

diff --git a/divxcalc.spec b/divxcalc.spec
new file mode 100644 (file)
index 0000000..e5c861b
--- /dev/null
@@ -0,0 +1,48 @@
+Summary:       A bitrate calculator for DivX:-) movies
+Summary(pl):   -
+Name:          divxcalc
+Version:       0.4a
+Release:       0.1
+License:       GPL
+Group:         Applications
+Source0:       http://axljab.homelinux.org:8080/software/divxcalc/%{name}-%{version}.tar.gz
+URL:           http://axljab.homelinux.org:8080/?m=sw&p=divxcalc
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: gtk+-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+DivX Calc is a simple DivX calculator for Linux. It uses a simple GTK
+interface which calculates which bitrate to use while encoding a movie
+using DivX ;-).
+
+%description -l pl
+
+%prep
+%setup -q
+
+%build
+rm -f missing
+%{__gettextize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog README
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
This page took 0.145891 seconds and 4 git commands to generate.