From 352fc2ea87ac5487530ed78bd6b4fa600b0ddadd Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Wed, 20 Jun 2007 14:09:46 +1000 Subject: boost: added symlink for include files --- boost/.footprint | 1 + boost/Pkgfile | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'boost') 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 } -- cgit v1.2.3