forked from ports/contrib
boost: added symlink for include files
This commit is contained in:
parent
0cfd9b2333
commit
352fc2ea87
@ -1,5 +1,6 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/include/
|
||||
lrwxrwxrwx root/root usr/include/boost -> /usr/include/boost-1_34/boost/
|
||||
drwxr-xr-x root/root usr/include/boost-1_34/
|
||||
drwxr-xr-x root/root usr/include/boost-1_34/boost/
|
||||
drwxr-xr-x root/root usr/include/boost-1_34/boost/algorithm/
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
name=boost
|
||||
version=1.34.0
|
||||
release=1
|
||||
release=2
|
||||
source=(http://dl.sourceforge.net/sourceforge/boost/boost_${version//./_}.tar.bz2)
|
||||
|
||||
build() {
|
||||
@ -15,5 +15,7 @@ build() {
|
||||
make
|
||||
#make check
|
||||
make install
|
||||
local version=${version%.*}
|
||||
ln -sf /usr/include/boost-${version//./_}/boost/ $PKG/usr/include/boost
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user