]> git.pld-linux.org Git - packages/geist.git/blob - geist.spec
- tabs in preamble
[packages/geist.git] / geist.spec
1 Summary:        Graphical object-based image editor
2 Summary(pl.UTF-8):      Graficzny, bazujący na obiektach edytor obrazków
3 Name:           geist
4 Version:        0.0.3
5 Release:        1
6 License:        BSD
7 Vendor:         Tom Gilbert <gilbertt@linuxbrit.co.uk>
8 Group:          X11/Applications/Graphics
9 Source0:        http://linuxbrit.co.uk/downloads/%{name}-%{version}.tar.gz
10 # Source0-md5:  16cc0769138481e9ca3c049d6e2b4d79
11 URL:            http://www.linuxbrit.co.uk/geist.html
12 Requires:       gtk+-devel >= 1.2.0
13 Requires:       imlib2 >= 1.0.0
14 Requires:       libxml2-devel >= 2.0
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17
18 %description
19 Geist is an object-based image editor. It provides a simple and
20 flexible interface for developing still images, based on Imlib2, a
21 fast graphics library, and GTK+.
22
23 %description -l pl.UTF-8
24 Geist jest bazującym na obiektach edytorem obrazków. Daje prosty i
25 elastyczny interfejs do tworzenia nieruchomych obrazów, bazujący
26 na szybkiej bibliotece graficznej Imlib2 oraz GTK+.
27
28 %prep
29 %setup -q
30
31 %build
32 %configure
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install \
39         DESTDIR=$RPM_BUILD_ROOT
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %attr(755,root,root) %{_bindir}/*
47 %{_datadir}/geist
This page took 0.128007 seconds and 3 git commands to generate.