]> git.pld-linux.org Git - packages/GTKstereograph.git/blob - GTKstereograph.spec
bc67b45f3e6633527d27d53418637a8ec7b6fc34
[packages/GTKstereograph.git] / GTKstereograph.spec
1 Summary:        GTKstereograph, an advanced stereogram generator
2 Summary(pl):    GTKstereograph, zaawansowany generator stereogramów
3 Name:           GTKstereograph
4 Version:        0.15a
5 Release:        2
6 License:        GPL
7 Group:          X11/Applications/Graphics
8 Group(pl):      X11/Aplikacje/Grafika
9 Source0:        http://home2.ecore.net/januszewski/linux/stereograph/%{name}-%{version}.tar.gz
10 URL:            http://home2.ecore.net/januszewski/linux/stereograph.html
11 BuildRequires:  gtk+-devel >= 1.2.0
12 BuildRequires:  libpng >= 1.0.8
13 BuildRequires:  zlib-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         _prefix         /usr/X11R6
17
18 %description
19 GTKstereograph is a graphical user interface for the current
20 stereograph renderer. Stereograph is a stereogram generator. In detail
21 it is a single image stereogram (SIS) generator. That's a program that
22 produces twodimensional images that seem to be threedimensional
23 (surely you know the famous works of "The Magic Eye", Stereograph
24 produces the same output). You do _not_ need any pair of colored
25 spectacles to regard them - everyone can learn it.
26
27 Authors:
28 - -------- Fabian Januszewski <fabian.linux@januszewski.de>
29
30 %description -l pl
31 GTKstereograph jest graficznym interfejsem u¿ytkownika do aktualnego
32 generatora stereogramów. Stereograph jest generatorem stereogramów. 
33 Dok³adniej jest to pojedyñczych obrazów stereogramowych (SIS). Jest to
34 program, który produkuje dwuwymiarowe obrazy, które wydaj± siê byæ
35 trójwymiarowe (surely you know the famous works of "The Magic Eye", 
36 Stereograph produces the same output). NIE potrzebujesz wcale pary
37 ró¿nokolorowych okularów, aby to zobaczyæ - (prawie) ka¿dy mo¿e siê 
38 tego nauczyæ.
39
40 Autorzy:
41 - -------- Fabian Januszewski <fabian.linux@januszewski.de>
42
43 %prep
44 %setup -q
45
46 %build
47 %configure
48 %{__make}
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52
53 %{__make} install \
54         DESTDIR=$RPM_BUILD_ROOT
55
56 gzip -9nf AUTHORS ChangeLog NEWS README
57
58 %files
59 %defattr(644,root,root,755)
60 %doc *.gz
61 %attr(755,root,root) %{_bindir}/GTKstereograph
This page took 0.118001 seconds and 2 git commands to generate.