]> git.pld-linux.org Git - packages/GTKstereograph.git/commitdiff
- raw version.
authorkloczek <kloczek@pld-linux.org>
Tue, 30 May 2000 03:39:51 +0000 (03:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    GTKstereograph.spec -> 1.1

GTKstereograph.spec [new file with mode: 0644]

diff --git a/GTKstereograph.spec b/GTKstereograph.spec
new file mode 100644 (file)
index 0000000..d45900a
--- /dev/null
@@ -0,0 +1,37 @@
+Summary: GTKstereograph, an advanced stereogram generator
+Name: GTKstereograph
+%define version 0.11a
+Version: %{version}
+Release: 1
+Group: Applications/Graphics
+Copyright: GPL
+Source: GTKstereograph-%{version}.tar.gz
+URL: http://home2.ecore.net/januszewski/linux/stereograph.html
+
+%description
+GTKstereograph is a graphical user interface for the current stereograph
+renderer.
+Stereograph is a stereogram generator. In detail it is a single image
+stereogram (SIS) generator. That's a program that produces twodimensional
+images that seem to be threedimensional (surely you know the famous works of
+"The Magic Eye", Stereograph produces the same output). You do _not_ need
+any pair of colored spectacles to regard them - everyone can learn it.   
+
+Authors:
+--------
+    Fabian Januszewski <fabian.linux@januszewski.de>
+
+%prep
+%setup
+
+%build
+./configure
+make
+
+%install
+make install
+
+%files
+/usr/local/bin/GTKstereograph
+
+%doc AUTHORS COPYING ChangeLog NEWS README
This page took 0.078878 seconds and 4 git commands to generate.