summaryrefslogtreecommitdiff
path: root/boost
diff options
context:
space:
mode:
authorDanny Rawlins <romster@shortcircuit.net.au>2007-06-20 14:09:46 +1000
committerDanny Rawlins <romster@shortcircuit.net.au>2007-06-20 14:55:06 +1000
commit352fc2ea87ac5487530ed78bd6b4fa600b0ddadd (patch)
treec06d67e7d6f1c00f15c62bebe20bf79d90223b28 /boost
parent0cfd9b233340690695a9b725e732e064be3d297b (diff)
downloadcontrib-352fc2ea87ac5487530ed78bd6b4fa600b0ddadd.tar.gz
contrib-352fc2ea87ac5487530ed78bd6b4fa600b0ddadd.tar.xz
boost: added symlink for include files
Diffstat (limited to 'boost')
-rw-r--r--boost/.footprint1
-rw-r--r--boost/Pkgfile4
2 files changed, 4 insertions, 1 deletions
diff --git a/boost/.footprint b/boost/.footprint
index af053a45d..1637935b4 100644
--- a/boost/.footprint
+++ b/boost/.footprint
@@ -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/
diff --git a/boost/Pkgfile b/boost/Pkgfile
index 52a57daa2..ae5f4ab0f 100644
--- a/boost/Pkgfile
+++ b/boost/Pkgfile
@@ -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
}

Generated by cgit