]> git.pld-linux.org Git - SPECS.git/blob - imlib2_tools.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / imlib2_tools.spec
1 Summary:        Clone of ImageMagick command line programs using Imlib2
2 Summary(pl.UTF-8):      Klon poleceń z pakietu ImageMagick używający Imlib2
3 Name:           imlib2_tools
4 Version:        0.0.0alpha2
5 %define _snap   20050701
6 Release:        0.%{_snap}.0.1
7 License:        BSD
8 Group:          Applications/Graphics
9 #Source0:       http://dl.sourceforge.net/enlightenment/%{name}-%{version}.tar.gz
10 Source0:        http://sparky.homelinux.org/snaps/enli/e17/apps/%{name}-%{_snap}.tar.gz
11 # Source0-md5:  588212cac24c27f6987e9c0d73940012
12 URL:            http://enlightenment.org/
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  imlib2-devel
16 BuildRequires:  libtool
17 BuildRequires:  popt-devel
18 BuildRequires:  zlib-devel
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 Clone of ImageMagick command line programs using Imlib2.
23
24 %description -l pl.UTF-8
25 Klon poleceń z pakietu ImageMagick używający Imlib2.
26
27 %prep
28 %setup -q -n %{name}
29
30 %build
31 %{__libtoolize}
32 %{__aclocal} -I m4
33 %{__autoconf}
34 %{__autoheader}
35 %{__automake}
36 %configure
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc AUTHORS COPYING TODO
51 %attr(755,root,root) %{_bindir}/imlib2_convert
52 %attr(755,root,root) %{_bindir}/imlib2_identify
This page took 0.748274 seconds and 3 git commands to generate.