]> git.pld-linux.org Git - packages/elicit.git/blob - elicit.spec
- up to 20060307
[packages/elicit.git] / elicit.spec
1 Summary:        Screen zoomer / color picker
2 Summary(pl):    Narzêdzie do powiêkszania ekranu i wybierania kolorów
3 Name:           elicit
4 Version:        0.9
5 %define _snap   20060307
6 Release:        0.%{_snap}.1
7 License:        BSD
8 Group:          X11/Window Managers/Tools
9 #Source0:       http://dl.sourceforge.net/enlightenment/%{name}-%{version}.tar.gz
10 Source0:        http://sparky.homelinux.org/snaps/enli/e17/apps/%{name}-%{_snap}.tar.bz2
11 # Source0-md5:  4492ab0a224cda7d0e3e2e57a0380b4c
12 URL:            http://enlightenment.org/
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  esmart-devel
16 BuildRequires:  libtool
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Elicit is a screen zoomer / color picker written with the
21 Enlightenment Foundation Libraries (http://www.enlightnement.org/).
22
23 %description -l pl
24 Elicit to narzêdzie do powiêkszania ekranu i wybierania kolorów
25 napisane przy u¿yciu podstawowych bibliotek Enlightenmenta
26 (Enlightenment Foundation Libraries, http://www.englightenment.org/).
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
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc AUTHORS COPYING README TODO ChangeLog
52 %attr(755,root,root) %{_bindir}/elicit
53 %{_datadir}/%{name}
This page took 0.086711 seconds and 3 git commands to generate.