SPECS: linux-live.spec (NEW) - new, package just tools now
glen
glen at pld-linux.org
Fri May 19 15:22:36 CEST 2006
Author: glen Date: Fri May 19 13:22:36 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new, package just tools now
---- Files affected:
SPECS:
linux-live.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/linux-live.spec
diff -u /dev/null SPECS/linux-live.spec:1.1
--- /dev/null Fri May 19 15:22:36 2006
+++ SPECS/linux-live.spec Fri May 19 15:22:27 2006
@@ -0,0 +1,55 @@
+# $Revision$, $Date$
+Summary: Linux Live scripts
+Name: linux-live
+Version: 5.4.4
+Release: 0.2
+License: GPL
+Group: Applications
+Source0: http://www.linux-live.org/dl/%{name}-%{version}.tar.gz
+# Source0-md5: ede0569296df6470b1068a8d3a3c1f37
+URL: http://www.linux-live.org/
+Requires: squashfs
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define _libdir %{_prefix}/lib
+
+%description
+Linux Live is a set of shell scripts which allows you to create own
+LiveCD from every Linux distribution. Just install your favourite
+distro, remove all unnecessary files (for example man pages and all
+other files which are not important for you) and then download and run
+these scripts to build your custom Live Linux.
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_libdir},%{_bindir}}
+install tools/liblinuxlive $RPM_BUILD_ROOT%{_libdir}
+install tools/{deb2mo,dir2mo,img2mo,mo2dir,tgz2mo,uselivemod} $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc DOC/changelog.txt DOC/requirements.txt
+%attr(755,root,root) %{_bindir}/deb2mo
+%attr(755,root,root) %{_bindir}/dir2mo
+%attr(755,root,root) %{_bindir}/img2mo
+%attr(755,root,root) %{_bindir}/mo2dir
+%attr(755,root,root) %{_bindir}/tgz2mo
+%attr(755,root,root) %{_bindir}/uselivemod
+%{_libdir}/liblinuxlive
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2006/05/19 13:22:27 glen
+- new, package just tools now
+
================================================================
More information about the pld-cvs-commit
mailing list