figlet/figlet.spec

changeset 794
07be25b95aca
parent 511
cd3bc1f98306
equal deleted inserted replaced
0:c6bfb3dbbf08 1:7b0ada290f0c
30 Distribution: OpenPKG Community 30 Distribution: OpenPKG Community
31 Class: BASE 31 Class: BASE
32 Group: Typesetting 32 Group: Typesetting
33 License: BSD 33 License: BSD
34 Version: 2.2.5 34 Version: 2.2.5
35 Release: 20120609 35 Release: 20120800
36 36
37 # list of sources 37 # list of sources
38 Source0: ftp://ftp.figlet.org/pub/figlet/program/unix/figlet-%{version}.tar.gz 38 Source0: ftp://ftp.figlet.org/pub/figlet/program/unix/figlet-%{version}.tar.gz
39 Patch0: figlet.patch
39 40
40 # build information 41 # build information
41 BuildPreReq: OpenPKG, openpkg >= 20100101 42 BuildPreReq: OpenPKG, openpkg >= 20100101
42 PreReq: OpenPKG, openpkg >= 20100101 43 PreReq: OpenPKG, openpkg >= 20100101
43 44
52 regex = figlet-(__VER__)\.tar\.gz 53 regex = figlet-(__VER__)\.tar\.gz
53 } 54 }
54 55
55 %prep 56 %prep
56 %setup -q 57 %setup -q
58 %patch -p0
57 59
58 %build 60 %build
59 %{l_make} %{l_mflags} \ 61 %{l_make} %{l_mflags} \
60 CC="%{l_cc}" \ 62 CC="%{l_cc}" \
61 CFLAGS="%{l_cflags -O}" \ 63 CFLAGS="%{l_cflags -O}" \

mercurial