1
0
forked from ports/contrib

boost: added symlink for include files

This commit is contained in:
Danny Rawlins 2007-06-20 14:09:46 +10:00
parent 0cfd9b2333
commit 352fc2ea87
2 changed files with 4 additions and 1 deletions

View File

@ -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/

View File

@ -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
}