]> git.pld-linux.org Git - packages/emovix.git/blob - emovix.spec
- Source0 fixed
[packages/emovix.git] / emovix.spec
1 Summary:        Tiny CD distro
2 Summary(pl):    Ma³a dystrybucja na CD
3 Name:           emovix
4 Version:        0.9.0pre1
5 Release:        1
6 License:        GPL
7 Group:          Applications
8 Source0:        http://dl.sourceforge.net/movix/%{name}-%{version}.tar.gz
9 # Source0-md5:  ce10d147c45e7b0faee20ec77e335423
10 URL:            http://movix.sourceforge.net
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 A micro Linux distro meant to be embedded in a CD together with all
17 video/audio files you want, so that the CD will be able to boot and
18 automagically play all of its own files. eMoviX CDs can now be written
19 with K3b (Linux), MoviXMaker (Linux) & MoviXISOCreator (Windows).
20
21 %description -l pl
22 Mikrodystrybucja która umieszczona na CD razem z dowolnymi plikami
23 audio/wideo bêdzie w stanie wystartowaæ komputer i automagicznie
24 odtworzyæ wszystkie te pliki. P³ytki z eMoviX-em mog± byæ nagrane przy
25 pomocy K3b (Linux), MoviXMaker (Linux) i MoviXISOCreator (Windows).
26
27 %prep
28 %setup -q
29
30 %build
31 rm -f missing
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.067514 seconds and 3 git commands to generate.