]> git.pld-linux.org Git - packages/elicit.git/blame - elicit.spec
- tabs in preamble
[packages/elicit.git] / elicit.spec
CommitLineData
25e9457b 1Summary: Screen zoomer / color picker
aa75e6a1 2Summary(pl.UTF-8): Narzędzie do powiększania ekranu i wybierania kolorów
25e9457b 3Name: elicit
4Version: 0.9
1c647636 5%define _snap 20060307
6Release: 0.%{_snap}.1
25e9457b 7License: BSD
0df1d8c9 8Group: X11/Window Managers/Tools
25e9457b 9#Source0: http://dl.sourceforge.net/enlightenment/%{name}-%{version}.tar.gz
1c647636 10Source0: http://sparky.homelinux.org/snaps/enli/e17/apps/%{name}-%{_snap}.tar.bz2
11# Source0-md5: 4492ab0a224cda7d0e3e2e57a0380b4c
25e9457b 12URL: http://enlightenment.org/
13BuildRequires: autoconf
14BuildRequires: automake
15BuildRequires: esmart-devel
16BuildRequires: libtool
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20Elicit is a screen zoomer / color picker written with the
6c96b779
JB
21Enlightenment Foundation Libraries (http://www.enlightnement.org/).
22
97b8c12f
JR
23%description -l pl.UTF-8
24Elicit to narzędzie do powiększania ekranu i wybierania kolorów
25napisane przy użyciu podstawowych bibliotek Enlightenmenta
6c96b779 26(Enlightenment Foundation Libraries, http://www.englightenment.org/).
25e9457b 27
28%prep
29%setup -q -n %{name}
30
31%build
32%{__libtoolize}
33%{__aclocal}
34%{__autoconf}
35%{__autoheader}
36%{__automake}
37%configure
38%{__make}
39
40%install
41rm -rf $RPM_BUILD_ROOT
6c96b779 42
25e9457b 43%{__make} install \
44 DESTDIR=$RPM_BUILD_ROOT
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(644,root,root,755)
91ec7ce9 51%doc AUTHORS COPYING README TODO ChangeLog
25e9457b 52%attr(755,root,root) %{_bindir}/elicit
53%{_datadir}/%{name}
This page took 0.064251 seconds and 4 git commands to generate.