]> git.pld-linux.org Git - packages/GTKstereograph.git/blob - GTKstereograph.spec
- raw version.
[packages/GTKstereograph.git] / GTKstereograph.spec
1 Summary: GTKstereograph, an advanced stereogram generator
2 Name: GTKstereograph
3 %define version 0.11a
4 Version: %{version}
5 Release: 1
6 Group: Applications/Graphics
7 Copyright: GPL
8 Source: GTKstereograph-%{version}.tar.gz
9 URL: http://home2.ecore.net/januszewski/linux/stereograph.html
10
11 %description
12 GTKstereograph is a graphical user interface for the current stereograph
13 renderer.
14 Stereograph is a stereogram generator. In detail it is a single image
15 stereogram (SIS) generator. That's a program that produces twodimensional
16 images that seem to be threedimensional (surely you know the famous works of
17 "The Magic Eye", Stereograph produces the same output). You do _not_ need
18 any pair of colored spectacles to regard them - everyone can learn it.   
19
20 Authors:
21 --------
22     Fabian Januszewski <fabian.linux@januszewski.de>
23
24 %prep
25 %setup
26
27 %build
28 ./configure
29 make
30
31 %install
32 make install
33
34 %files
35 /usr/local/bin/GTKstereograph
36
37 %doc AUTHORS COPYING ChangeLog NEWS README
This page took 0.062404 seconds and 4 git commands to generate.