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