wok diff lrzip/receipt @ rev 13753

xpad: try to fix build
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 03 00:29:09 2013 +0000 (2013-01-03)
parents b7319995b37e
children 8160d30bae63
line diff
     1.1 --- a/lrzip/receipt	Mon Jan 02 23:06:18 2012 +0100
     1.2 +++ b/lrzip/receipt	Thu Jan 03 00:29:09 2013 +0000
     1.3 @@ -8,9 +8,10 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.5  WEB_SITE="http://ck.kolivas.org/apps/lrzip/"
     1.6  WGET_URL="$WEB_SITE/$TARBALL"
     1.7 +TAGS="compression archive"
     1.8 +
     1.9  DEPENDS="lzo bzlib zlib gcc-lib-base"
    1.10  BUILD_DEPENDS="lzo-dev bzip2-dev zlib-dev nasm perl"
    1.11 -TAGS="compression archive"
    1.12  
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15 @@ -25,5 +26,5 @@
    1.16  genpkg_rules()
    1.17  {
    1.18      mkdir -p $fs/usr
    1.19 -    cp -a $_pkg/usr/bin $fs/usr
    1.20 +    cp -a $install/usr/bin $fs/usr
    1.21  }