File: ticker.spec.in

package info (click to toggle)
ticker 1.2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 220 kB
  • ctags: 35
  • sloc: ansic: 259; perl: 159; sh: 153; makefile: 56
file content (30 lines) | stat: -rw-r--r-- 713 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Summary: configurable text scroller
Name: ticker
Version: 0.9
Release: 1
Source: ticker.tar.gz
Copyright: GPL
URL: http://kitenet.net/programs/ticker/
Group: Applications/Networking
%description
Ticker is a simple program to scroll text across a line of the display, in
a manner similar to a stock ticker. In fact, since ticker supports
communicating with a program that changes the text periodically, it could
be used to implement a stock ticker.

%prep
%setup
./configure --prefix=/usr --mandir=/usr/share/man

%build
CFLAGS="$RPM_OPT_FLAGS" make

%install
make install

%files
%doc README CHANGELOG 
/usr/bin/ticker
/usr/bin/freshmeat-ticker
/usr/share/man/man1/ticker.1
/usr/share/man/man1/freshmeat-ticker.1