wok-current rev 7704
Fixed codeblocks.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Dec 18 20:47:18 2010 +0000 (2010-12-18) |
parents | c0b957b9020a |
children | b865aeb61901 08443e33c783 |
files | codeblocks/receipt |
line diff
1.1 --- a/codeblocks/receipt Sat Dec 18 18:53:34 2010 +0000 1.2 +++ b/codeblocks/receipt Sat Dec 18 20:47:18 2010 +0000 1.3 @@ -31,7 +31,13 @@ 1.4 { 1.5 _pkg=$WOK/$PACKAGE/$PACKAGE-$VERSION-release/_pkg 1.6 mkdir -p $fs/usr/lib $fs/usr/share 1.7 + cp -a $_pkg/usr/include $fs/usr 1.8 + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.9 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.10 + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.11 + cp -a $_pkg/usr/lib/codeblocks $fs/usr/lib 1.12 + cp -a $_pkg/usr/lib/wxSmithContribitems $fs/usr/lib 1.13 cp -a $_pkg/usr/share/codeblocks $fs/usr/share 1.14 + cp -a $_pkg/usr/share/mime $fs/usr/share 1.15 cp -a $_pkg/usr/bin $fs/usr 1.16 }