]> git.pld-linux.org Git - packages/bashburn.git/commitdiff
- initial
authorpaladine <paladine@pld-linux.org>
Mon, 11 Oct 2004 14:05:32 +0000 (14:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bashburn.spec -> 1.1

bashburn.spec [new file with mode: 0644]

diff --git a/bashburn.spec b/bashburn.spec
new file mode 100644 (file)
index 0000000..ac8d538
--- /dev/null
@@ -0,0 +1,59 @@
+Summary:       BashBurn - burning CDs at console
+Summary(pl):   BashBurn - nagrywanie p³yt pod konsol±
+Name:          BashBurn
+Version:       1.5.1
+Release:       1
+License:       GPL
+Group:         Applications/System
+Source0:       http://dl.sourceforge.net/bashburn/%{name}-%{version}.tar.gz
+# Source0-md5: d594f480c0dbdaaee3ff95883ed7f32e
+# Source0-size:        42571
+URL:           http://bashburn.sourceforge.net
+Requires:      /bin/bash
+Requires:      cdrdao
+Requires:      cdrtools
+Requires:      cdrtools-cdda2wav
+Requires:      cdrtools-mkisofs
+Requires:      flac
+Requires:      mpg123
+Requires:      vorbis-tools
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+BashBurn is a bash script designed to make CD burning at the console
+easier. It supports burning normal data CDs, audio CDs, blanking
+CD-RWs, multisession, and more.
+
+%description -l pl
+BashBurn to skrypt w bashu zaprojektowany aby u³atwiæ nagrywanie p³yt
+CD pod konsol±. Umo¿liwia nagrywanie CD z normalnymi danymi, p³yt
+audio, czyszczenie CD-RW, wielosesyjno¶æ i wiêcej.
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name}/{burning,config,convert,lang/English,menus,misc},%{_sysconfdir}}
+install burning/* $RPM_BUILD_ROOT%{_datadir}/%{name}/burning
+install config/* $RPM_BUILD_ROOT%{_datadir}/%{name}/config
+install convert/* $RPM_BUILD_ROOT%{_datadir}/%{name}/convert
+install lang/English/* $RPM_BUILD_ROOT%{_datadir}/%{name}/lang/English
+install menus/* $RPM_BUILD_ROOT%{_datadir}/%{name}/menus
+install misc/* $RPM_BUILD_ROOT%{_datadir}/%{name}/misc
+install BashBurn.sh $RPM_BUILD_ROOT%{_bindir}/bashburn
+sed "s|%{_prefix}/local|%{_datadir}|" bashburnrc > $RPM_BUILD_ROOT%{_sysconfdir}/bashburnrc
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+echo "Please edit %{_sysconfdir}/bashbburn.conf now!"
+
+%files
+%defattr(644,root,root,755)
+%doc CREDITS ChangeLog FAQ README TODO
+%attr(755,root,root) %{_bindir}/bashburn
+%attr(755,root,root) %{_datadir}/%{name}
+%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/bashburnrc
This page took 0.057864 seconds and 4 git commands to generate.