]> git.pld-linux.org Git - packages/emovix.git/blob - emovix.spec
- by Piotr Budny <vip at linux.pl>
[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:  b0cf8ba50d1b1dc5680fcea3c892b71e
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 wystartowac 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 -n %{name}-%{version}
29
30 %build
31 %configure
32 %{__make}
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39 install -d $RPM_BUILD_ROOT
40 %{__make} install DESTDIR=$RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %{_datadir}/%{name}
45 %attr(755,root,root) %{_bindir}/*
This page took 0.069955 seconds and 4 git commands to generate.