]> git.pld-linux.org Git - packages/bchunk.git/commitdiff
- converts MPEG files in few formats
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 6 Sep 2000 13:09:28 +0000 (13:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bchunk.spec -> 1.1

bchunk.spec [new file with mode: 0644]

diff --git a/bchunk.spec b/bchunk.spec
new file mode 100644 (file)
index 0000000..3635f3c
--- /dev/null
@@ -0,0 +1,44 @@
+Summary:       A CD image format converter from (.bin/.cue to .iso/.cdr).
+Name:          bchunk
+Version:       1.0.0
+Release:       1
+Group:         Applications/Archiving
+######         Unknown group!
+License:       GPL
+Vendor:                Heikki Hannikainen <hessu@pspt.fi>
+Url:           http://hes.iki.fi/bchunk
+Source0:       http://hes.iki.fi/bchunk/%{name}-%{version}.tar.gz
+Buildroot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The bchunk package contains a UNIX/C rewrite of the BinChunker
+program.. BinChunker converts a CD image in a .bin/.cue format
+(sometimes .raw/.cue) into a set of .iso and .cdr tracks. The
+.bin/.cue format is used by some non-UNIX CD-writing software, but is
+not supported on most other CD-writing programs.
+
+%description -l pl
+Konwerter obrazów CD z formatu .bin/.cue (czasami .raw/.cue)
+do formatu .iso i ¶cie¿ek .cdr. Format .bin/.cue jest czasami
+u¿ywany przez niektóre nie-UNIXowe programy do wypalania CD
+ale nie jest wspierany przez wiêkszo¶æ uniksowych programów
+do wypalania.
+
+%prep
+%setup -q
+
+%build
+gcc $RPM_OPT_FLAGS -Wall %{name}.c -o %{name}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install bchunk $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/bchunk
This page took 0.1743 seconds and 4 git commands to generate.