]> git.pld-linux.org Git - packages/enlightenment-module-bling.git/blob - enlightenment-module-bling.spec
- initial pld version
[packages/enlightenment-module-bling.git] / enlightenment-module-bling.spec
1 %define         _snap           20080814
2 %define         _module_name    bling
3 Summary:        Enlightenment DR17 module: %{_module_name}
4 Summary(pl.UTF-8):      Moduł Enlightenmenta DR17: {_module_name}
5 Name:           enlightenment-module-%{_module_name}
6 Version:        0.0.1
7 Release:        0.%{_snap}.1
8 License:        BSD
9 Group:          X11/Window Managers/Tools
10 Source0:        %{_module_name}-%{version}-%{_snap}.tar.bz2
11 # Source0-md5:  6d024eb2e6a3e369346e2bb9a7793e7a
12 URL:            http://code.google.com/p/itask-module/wiki/ItaskNG
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  enlightenment-devel
16 BuildRequires:  gettext-autopoint
17 BuildRequires:  libtool
18 Requires:       enlightenment
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 Bling module is an xcompmgr derived, EFLized composite manager for E17.
23
24 %description -l pl.UTF-8
25 Moduł Bling jest pochodnym xcompmgr, menadżerem kompozycji dla E17.
26
27 %prep
28 %setup -q -n %{_module_name}-%{version}-%{_snap}
29
30 %build
31 %{__autopoint}
32 %{__libtoolize}
33 %{__aclocal} -I m4
34 %{__autoconf}
35 %{__autoheader}
36 %{__automake}
37 %configure \
38         --disable-static
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc AUTHORS ChangeLog README TODO
53 %dir %{_libdir}/enlightenment/modules/%{_module_name}
54 %dir %{_libdir}/enlightenment/modules/%{_module_name}/linux-gnu-*
55 %attr(755,root,root) %{_libdir}/enlightenment/modules/%{_module_name}/linux-gnu-*/module.so
56 %{_libdir}/enlightenment/modules/%{_module_name}/module.desktop
57 %{_libdir}/enlightenment/modules/%{_module_name}/*.edj
This page took 0.084181 seconds and 3 git commands to generate.