]> git.pld-linux.org Git - packages/enlightenment-module-emu.git/blame - enlightenment-module-emu.spec
- (B)R: enlightenmentDR17 -> enlightenment
[packages/enlightenment-module-emu.git] / enlightenment-module-emu.spec
CommitLineData
c0a9e572 1#
c0a9e572 2%define _module_name emu
48f5f97c 3%define _snap 20060610
c0a9e572 4Summary: Enlightenment DR17 module: %{_module_name}
10ff9810 5Summary(pl.UTF-8): Moduł Enlightenmenta DR17: %{_module_name}
c0a9e572 6Name: enlightenment-module-%{_module_name}
48f5f97c 7Version: 2006.01.27
c0a9e572 8Release: 0.%{_snap}.0.1
9License: BSD
10Group: X11/Window Managers/Tools
c0a9e572 11Source0: http://sparky.homelinux.org/snaps/enli/e_modules/%{_module_name}-%{_snap}.tar.bz2
48f5f97c 12# Source0-md5: 3cdd01c6f874fbfd879c0be7e5b7e67e
13URL: http://edevelop.org/emu
c0a9e572 14BuildRequires: autoconf
15BuildRequires: automake
16BuildRequires: edje
abc45ed2 17BuildRequires: enlightenment
18BuildRequires: enlightenment-devel
c0a9e572 19BuildRequires: libtool
20BuildRequires: sed >= 4.0
abc45ed2 21Requires: enlightenment
c0a9e572 22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
1100ee32
JB
25Enlightenment DR17 module: %{_module_name}.
26
838d3523
JR
27%description -l pl.UTF-8
28Moduł Enlightenmenta DR17: %{_module_name}.
c0a9e572 29
30%prep
31%setup -q -n %{_module_name}
48f5f97c 32sed -e '/^filesdir/s#= .*#= $(e_modules)/$(MODULE)#' \
33 -e '/^pkgdir/s#= .*#= $(e_modules)/$(MODULE)/$(MODULE_ARCH)#' \
34 -i src/modules/emu/Makefile.am
c0a9e572 35
36%build
37%{__libtoolize}
38%{__aclocal}
39%{__autoconf}
40%{__autoheader}
41%{__automake}
42%configure \
43 --disable-static
44%{__make}
45
46%install
47rm -rf $RPM_BUILD_ROOT
48
49%{__make} install \
50 DESTDIR=$RPM_BUILD_ROOT
51
48f5f97c 52%find_lang emu
53
c0a9e572 54%clean
55rm -rf $RPM_BUILD_ROOT
56
48f5f97c 57%files -f emu.lang
c0a9e572 58%defattr(644,root,root,755)
59%doc AUTHORS ChangeLog README
48f5f97c 60%attr(755,root,root) %{_bindir}/emu_client
61%dir %{_libdir}/enlightenment/modules_extra/%{_module_name}
62%dir %{_libdir}/enlightenment/modules_extra/%{_module_name}/linux-gnu-*
63%attr(755,root,root) %{_libdir}/enlightenment/modules_extra/%{_module_name}/linux-gnu-*/module.so
64%{_libdir}/enlightenment/modules_extra/%{_module_name}/module.eap
This page took 0.091573 seconds and 4 git commands to generate.