Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 20 years ago
parent
commit
6ed725e020
2 changed files with 8 additions and 4 deletions
  1. +5
    -2
      package/rene/boost/boost.conf
  2. +3
    -2
      package/rene/boost/boost.desc

+ 5
- 2
package/rene/boost/boost.conf

@ -22,10 +22,13 @@
yam_cm ()
{
( cd boost/regex/v4;
unzip -o $archdir/boost-1.31.0-regex-patch-20040503.zip; )
bjam "-sTOOLS=gcc"
find libs/ -type f -a \( -name '*.so.*' -o -name '*.a' \) -exec cp -v \
\{\} $libdir \;
find libs/ -type f -a \( -name '*.so.*' -o -name '*.a' \) \
-exec cp -v \{\} $libdir \;
find boost/ -type f | while read file ; do
mkdir -p $includedir/`dirname $file`

+ 3
- 2
package/rene/boost/boost.desc

@ -46,8 +46,9 @@
[L] OpenSource
[S] Stable
[V] 1.30.2
[V] 1.31.0
[P] X -?---5---9 144.600
[D] 4152245100 boost-1.30.2.tar.bz2 http://dl.sourceforge.net/sourceforge/boost/
[D] 919977072 boost_1_31_0.tar.bz2 http://dl.sourceforge.net/sourceforge/boost/
[D] 1338665767 boost-1.31.0-regex-patch-20040503.zip http://dl.sourceforge.net/sourceforge/boost/

Loading…
Cancel
Save