]> git.pld-linux.org Git - packages/enlightenment-module-evolume.git/blame - enlightenment-module-evolume.spec
- (B)R: enlightenmentDR17 -> enlightenment
[packages/enlightenment-module-evolume.git] / enlightenment-module-evolume.spec
CommitLineData
82e0c611 1
2%define _module_name evolume
b734da1b 3%define _snap 20060420
82e0c611 4Summary: Enlightenment DR17 module: %{_module_name}
01842797 5Summary(pl.UTF-8): Moduł Enlightenmenta DR17: %{_module_name}
82e0c611 6Name: enlightenment-module-%{_module_name}
7Version: 0.0.19
b734da1b 8Release: 1.%{_snap}.1
82e0c611 9License: GPL
10Group: X11/Window Managers/Tools
b734da1b 11#Source0: http://www.get-e.org/Resources/Modules/_files/%{_module_name}-%{version}.tar.bz2
12Source0: http://sparky.homelinux.org/snaps/enli/e_modules/%{_module_name}-%{_snap}.tar.bz2
13# Source0-md5: b696fa07c5f44112604d06a58d41bee3
82e0c611 14URL: http://www.get-e.org/Resources/Modules/
b734da1b 15BuildRequires: alsa-lib-devel >= 1.0.8
82e0c611 16BuildRequires: autoconf
17BuildRequires: automake
18BuildRequires: edje
b750d091 19BuildRequires: enlightenment-devel
82e0c611 20BuildRequires: libtool
21BuildRequires: sed >= 4.0
b750d091 22Requires: enlightenment
82e0c611 23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
26A simple desktop sound mixer.
27
46dd1d39 28%description -l pl.UTF-8
ae7e1dcb
JB
29Prosty mikser na pulpicie.
30
82e0c611 31%prep
b734da1b 32%setup -q -n %{_module_name}
82e0c611 33sed -e '/moduledir=/s@=.*@="`enlightenment-config --module-dir`"@' \
34 -i configure.ac
35
36%build
37CFLAGS="%{rpmcflags} -fPIC"; export CFLAGS
38%{__libtoolize}
39%{__aclocal} -I m4
40%{__autoconf}
41%{__autoheader}
42%{__automake}
43%configure \
44 --disable-static
45%{__make}
46
47%install
48rm -rf $RPM_BUILD_ROOT
49
50%{__make} install \
51 DESTDIR=$RPM_BUILD_ROOT
52
b734da1b 53%find_lang %{_module_name}
54
82e0c611 55%clean
56rm -rf $RPM_BUILD_ROOT
57
b734da1b 58%files -f %{_module_name}.lang
82e0c611 59%defattr(644,root,root,755)
60%doc AUTHORS README TODO
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%dir %{_libdir}/enlightenment/modules_extra/%{_module_name}/linux-gnu-*/systems
65%attr(755,root,root) %{_libdir}/enlightenment/modules_extra/%{_module_name}/linux-gnu-*/systems/module_alsa.so
66# violates FHS
67%{_libdir}/enlightenment/modules_extra/%{_module_name}/*.edj
68%{_libdir}/enlightenment/modules_extra/%{_module_name}/*.png
This page took 0.103262 seconds and 4 git commands to generate.