mpg123/mpg123.spec

changeset 254
2d6f7c9a136b
parent 85
e6a1cd7ed6ba
child 367
e13c1f2b445e
equal deleted inserted replaced
2:5ea0f6c0f2cd 3:b63d35df0814
29 Packager: OpenPKG Foundation e.V. 29 Packager: OpenPKG Foundation e.V.
30 Distribution: OpenPKG Community 30 Distribution: OpenPKG Community
31 Class: PLUS 31 Class: PLUS
32 Group: Audio 32 Group: Audio
33 License: GPL 33 License: GPL
34 Version: 1.6.3 34 Version: 1.12.3
35 Release: 20090106 35 Release: 20100728
36 36
37 # package options 37 # package options
38 %option with_dev no 38 %option with_dev no
39 39
40 # list of sources 40 # list of sources
41 Source0: http://www.mpg123.de/download/mpg123-%{version}.tar.bz2 41 Source0: http://www.mpg123.de/download/mpg123-%{version}.tar.bz2
42 Patch0: mpg123.patch
43 42
44 # build information 43 # build information
45 Prefix: %{l_prefix} 44 Prefix: %{l_prefix}
46 BuildRoot: %{l_buildroot} 45 BuildRoot: %{l_buildroot}
47 BuildPreReq: OpenPKG, openpkg >= 20040130, make 46 BuildPreReq: OpenPKG, openpkg >= 20040130, make
59 regex = mpg123-(__VER__)\.tar\.bz2 58 regex = mpg123-(__VER__)\.tar\.bz2
60 } 59 }
61 60
62 %prep 61 %prep
63 %setup -q 62 %setup -q
64 %patch -p0
65 63
66 %build 64 %build
67 CC="%{l_cc}" \ 65 CC="%{l_cc}" \
68 CFLAGS="%{l_cflags -O}" \ 66 CFLAGS="%{l_cflags -O}" \
69 ./configure \ 67 ./configure \

mercurial