]> git.pld-linux.org Git - packages/ascii-invaders.git/commitdiff
- pl description, proper compilation flags
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 15 Sep 2002 22:56:24 +0000 (22:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 2

Changed files:
    ascii-invaders.spec -> 1.3

ascii-invaders.spec

index 7d1dd443bba3875ce092b3f3eea05143396b0bc3..30a44b821d1bfdff86b2fa45160ab8d3ff113e08 100644 (file)
@@ -1,7 +1,8 @@
 Summary:       A curses clone of the classic video game Space Invaders
+Summary(pl):   Tekstowy klon klasycznej gry wideo Space Invaders
 Name:          ascii-invaders
 Version:       0.1b
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Games
 Source0:       http://www.ip9.org/munro/invaders/invaders%{version}.tgz
@@ -12,12 +13,16 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 A curses clone of the classic video game Space Invaders.
 
+%description -l pl
+Jest to oparty o bibliotekê curses klon klasycznej gry wideo Space
+Invaders.
+
 %prep
 %setup -q -n invaders
 
 %build
-%{__cc} -c invaders.c -o invaders.o -I%{_includedir}/ncurses
-%{__cc} -lncurses invaders.o -o ascii_invaders 
+%{__cc} %{rpmcflags} -c invaders.c -o invaders.o -I/usr/include/ncurses
+%{__cc} %{rpmldflags} invaders.o -o ascii_invaders -lncurses
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.095361 seconds and 4 git commands to generate.