]> git.pld-linux.org Git - packages/aa3d.git/commitdiff
- new spec
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 24 Jun 2001 22:46:18 +0000 (22:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aa3d.spec -> 1.1

aa3d.spec [new file with mode: 0644]

diff --git a/aa3d.spec b/aa3d.spec
new file mode 100644 (file)
index 0000000..3fd6635
--- /dev/null
+++ b/aa3d.spec
@@ -0,0 +1,45 @@
+# $Revision: 1.1 $Date: 2001-06-24 22:46:18 $
+Summary:       ASCII-Art stereogram generator
+Summary(pl):   Generator stereogramów w postaci ASCII Art
+Name:          aa3d
+Version:       1.0
+Release:       1
+License:       GPL
+Group:         Applications/Graphics
+Group(de):     Applikationen/Grafik
+Group(pl):     Aplikacje/Grafika
+Source0:       ftp://download.sourceforge.net/pub/sourceforge/aa-project/%{name}-%{version}.tar.gz
+URL:           http://aa-project.sourceforge.net/aa3d/
+BuildRequires: aalib-devel
+BuildRequires: gpm-devel
+BuildRequires: ncurses-devel >= 5.0
+BuildRequires: XFree86-libs
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+ASCII-Art stereogram generator.
+
+%description -l pl
+Generator stereogramów w ASCII Art.
+
+%prep
+%setup -q
+
+%build
+%{__make} CFLAGS="%{rpmcflags}" LDFLAGS="%{rpmldflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install aa3d $RPM_BUILD_ROOT%{_bindir}
+
+gzip -9nf README logo pyramid
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz
+%attr(755,root,root) %{_bindir}/*
This page took 0.032812 seconds and 4 git commands to generate.