0:e447fc7dac3d | 1:15aaac47d903 |
---|---|
30 Distribution: OpenPKG Community | 30 Distribution: OpenPKG Community |
31 Class: PLUS | 31 Class: PLUS |
32 Group: Audio | 32 Group: Audio |
33 License: LGPL | 33 License: LGPL |
34 Version: 14.1.0 | 34 Version: 14.1.0 |
35 Release: 20080730 | 35 Release: 20090105 |
36 | 36 |
37 # list of sources | 37 # list of sources |
38 Source0: http://switch.dl.sourceforge.net/sourceforge/sox/sox-%{version}.tar.gz | 38 Source0: http://switch.dl.sourceforge.net/sourceforge/sox/sox-%{version}.tar.gz |
39 | 39 |
40 # build information | 40 # build information |
71 case "%{l_platform -p}" in | 71 case "%{l_platform -p}" in |
72 *-netbsd* ) LIBS="$LIBS -lossaudio" ;; | 72 *-netbsd* ) LIBS="$LIBS -lossaudio" ;; |
73 esac | 73 esac |
74 ./configure \ | 74 ./configure \ |
75 --prefix=%{l_prefix} \ | 75 --prefix=%{l_prefix} \ |
76 --mandir=%{l_prefix}/man | 76 --mandir=%{l_prefix}/man \ |
77 --disable-shared | |
78 | |
77 %{l_make} %{l_mflags -O} | 79 %{l_make} %{l_mflags -O} |
78 | 80 |
79 %install | 81 %install |
80 rm -rf $RPM_BUILD_ROOT | 82 rm -rf $RPM_BUILD_ROOT |
81 %{l_make} %{l_mflags} install \ | 83 %{l_make} %{l_mflags} install \ |