]> git.pld-linux.org Git - packages/enlightenment-module-bling.git/blame - enlightenment-module-bling.spec
- initial pld version
[packages/enlightenment-module-bling.git] / enlightenment-module-bling.spec
CommitLineData
022f2ad8 1%define _snap 20080814
2%define _module_name bling
3Summary: Enlightenment DR17 module: %{_module_name}
4Summary(pl.UTF-8): Moduł Enlightenmenta DR17: {_module_name}
5Name: enlightenment-module-%{_module_name}
6Version: 0.0.1
7Release: 0.%{_snap}.1
8License: BSD
9Group: X11/Window Managers/Tools
10Source0: %{_module_name}-%{version}-%{_snap}.tar.bz2
11# Source0-md5: 6d024eb2e6a3e369346e2bb9a7793e7a
12URL: http://code.google.com/p/itask-module/wiki/ItaskNG
13BuildRequires: autoconf
14BuildRequires: automake
15BuildRequires: enlightenment-devel
16BuildRequires: gettext-autopoint
17BuildRequires: libtool
18Requires: enlightenment
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22Bling module is an xcompmgr derived, EFLized composite manager for E17.
23
24%description -l pl.UTF-8
25Moduł 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
42rm -rf $RPM_BUILD_ROOT
43
44%{__make} install \
45 DESTDIR=$RPM_BUILD_ROOT
46
47%clean
48rm -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.065667 seconds and 4 git commands to generate.