wok rev 12997

lrzip: Clean up.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Jun 06 05:48:30 2012 +0000 (2012-06-06)
parents 48eceb813dcd
children 75229b0de14a
files lrzip/receipt
line diff
     1.1 --- a/lrzip/receipt	Wed Jun 06 05:46:16 2012 +0000
     1.2 +++ b/lrzip/receipt	Wed Jun 06 05:48:30 2012 +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  }