summaryrefslogtreecommitdiff
path: root/geist.spec
blob: cc56c6ef88f0703f68a327e71f44cf3934825ae7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Summary:	Graphical object-based image editor
Summary(pl.UTF-8):	Graficzny, bazujący na obiektach edytor obrazków
Name:		geist
Version:	0.0.3
Release:	1
License:	BSD
Vendor:		Tom Gilbert <gilbertt@linuxbrit.co.uk>
Group:		X11/Applications/Graphics
Source0:	http://linuxbrit.co.uk/downloads/%{name}-%{version}.tar.gz
# Source0-md5:	16cc0769138481e9ca3c049d6e2b4d79
URL:		http://www.linuxbrit.co.uk/geist.html
Requires:	gtk+-devel >= 1.2.0
Requires:	imlib2 >= 1.0.0
Requires:	libxml2-devel >= 2.0
BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)


%description
Geist is an object-based image editor. It provides a simple and
flexible interface for developing still images, based on Imlib2, a
fast graphics library, and GTK+.

%description -l pl.UTF-8
Geist jest bazującym na obiektach edytorem obrazków. Daje prosty i
elastyczny interfejs do tworzenia nieruchomych obrazów, bazujący
na szybkiej bibliotece graficznej Imlib2 oraz GTK+.

%prep
%setup -q

%build
%configure
%{__make}

%install
rm -rf $RPM_BUILD_ROOT

%{__make} install \
	DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%attr(755,root,root) %{_bindir}/*
%{_datadir}/geist