]> git.pld-linux.org Git - packages/embryo.git/blob - embryo.spec
- updated to 0.9.1.013
[packages/embryo.git] / embryo.spec
1 Summary:        Enlightenment Fundation Libraries - Embryo
2 Summary(pl):    Podstawowe biblioteki Enlightenmenta - Embryo
3 Name:           embryo
4 Version:        0.9.1.013
5 Release:        1
6 License:        BSD
7 Group:          X11/Libraries
8 Source0:        http://enlightenment.freedesktop.org/files/%{name}-%{version}.tar.gz
9 # Source0-md5:  e1140446f243445ad8b987becb975d3d
10 URL:            http://enlightenment.org/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  libtool
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Embryo is a tiny library designed as a virtual machine to interpret a
18 limited set of small compiled programs.
19
20 %description -l pl
21 Embryo to ma³a biblioteka zaprojektowana jako maszyna wirtualna do
22 interpretowania ograniczonego zbioru ma³ych skompilowanych programów.
23
24 %package devel
25 Summary:        Embryo header files
26 Summary(pl):    Pliki nag³ówkowe Embryo
27 Group:          Development/Libraries
28 Requires:       %{name} = %{version}-%{release}
29
30 %description devel
31 Header files for Embryo.
32
33 %description devel -l pl
34 Pliki nag³ówkowe Embryo.
35
36 %package static
37 Summary:        Static Embryo library
38 Summary(pl):    Statyczna biblioteka Embryo
39 Group:          Development/Libraries
40 Requires:       %{name}-devel = %{version}-%{release}
41
42 %description static
43 Static Embryo library.
44
45 %description static -l pl
46 Statyczna biblioteka Embryo.
47
48 %prep
49 %setup -q
50
51 %build
52 %{__libtoolize}
53 %{__aclocal}
54 %{__autoconf}
55 %{__autoheader}
56 %{__automake}
57 %configure
58 %{__make}
59
60 %install
61 rm -rf $RPM_BUILD_ROOT
62
63 %{__make} install \
64         DESTDIR=$RPM_BUILD_ROOT
65
66 %clean
67 rm -rf $RPM_BUILD_ROOT
68
69 %post   -p /sbin/ldconfig
70 %postun -p /sbin/ldconfig
71
72 %files
73 %defattr(644,root,root,755)
74 %doc AUTHORS COPYING COPYING-PLAIN INSTALL README
75 %attr(755,root,root) %{_bindir}/embryo_cc
76 %attr(755,root,root) %{_bindir}/embryo
77 %attr(755,root,root) %{_libdir}/libembryo.so.*.*.*
78
79 %files devel
80 %defattr(644,root,root,755)
81 %attr(755,root,root) %{_bindir}/embryo-config
82 %attr(755,root,root) %{_libdir}/libembryo.so
83 %{_libdir}/libembryo.la
84 %{_includedir}/Embryo*
85 %{_datadir}/%{name}
86 %{_pkgconfigdir}/embryo.pc
87
88 %files static
89 %defattr(644,root,root,755)
90 %{_libdir}/libembryo.a
This page took 0.027482 seconds and 3 git commands to generate.