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