]> git.pld-linux.org Git - packages/emovix.git/blob - emovix.spec
- tabs in preamble
[packages/emovix.git] / emovix.spec
1 Summary:        Tiny CD distro
2 Summary(pl.UTF-8):      Mała dystrybucja na CD
3 Name:           emovix
4 Version:        0.9.0
5 Release:        1
6 Epoch:          1
7 License:        GPL
8 Group:          Applications
9 Source0:        http://dl.sourceforge.net/movix/%{name}-%{version}.tar.gz
10 # Source0-md5:  a96492f338824b24c5a9e714c57eddcf
11 URL:            http://movix.sourceforge.net/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 A micro Linux distro meant to be embedded in a CD together with all
18 video/audio files you want, so that the CD will be able to boot and
19 automagically play all of its own files. eMoviX CDs can now be written
20 with K3b (Linux), MoviXMaker (Linux) & MoviXISOCreator (Windows).
21
22 %description -l pl.UTF-8
23 Mikrodystrybucja, która umieszczona na CD razem z dowolnymi plikami
24 audio/wideo będzie w stanie wystartować komputer i automagicznie
25 odtworzyć wszystkie te pliki. Płytki z eMoviksem mogą być nagrane przy
26 pomocy K3b (Linux), MoviXMaker (Linux) i MoviXISOCreator (Windows).
27
28 %prep
29 %setup -q
30
31 %build
32 %{__aclocal}
33 %{__autoconf}
34 %{__automake}
35 %configure
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc AUTHORS ChangeLog README* TODO
50 %attr(755,root,root) %{_bindir}/*
51 %{_datadir}/%{name}
This page took 0.078941 seconds and 3 git commands to generate.