wok-6.x diff codeblocks/receipt @ rev 7617
lzma, xz: Fixed removeal of unlzma in post_install and pre_install.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Dec 12 08:04:46 2010 +0000 (2010-12-12) |
parents | 7ea88aca3c62 |
children | a251caa1f12a |
line diff
1.1 --- a/codeblocks/receipt Sun Jul 11 17:47:11 2010 +0200 1.2 +++ b/codeblocks/receipt Sun Dec 12 08:04:46 2010 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="codeblocks" 1.7 -VERSION="8.02" 1.8 +VERSION="10.05" 1.9 CATEGORY="development" 1.10 SHORT_DESC="An open source, cross platform, free C++ IDE." 1.11 MAINTAINER="stefanossofroniou542@gmail.com" 1.12 @@ -15,6 +15,7 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 + src=$WOK/$PACKAGE/$PACKAGE-$VERSION-release 1.17 cd $src 1.18 busybox patch -p1 -i ../stuff/glib.u 1.19 ./configure \ 1.20 @@ -28,6 +29,7 @@ 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 { 1.24 + _pkg=$WOK/$PACKAGE/$PACKAGE-$VERSION-release/_pkg 1.25 mkdir -p $fs/usr/lib $fs/usr/share 1.26 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.27 cp -a $_pkg/usr/share/codeblocks $fs/usr/share