# HG changeset patch # User Christopher Rogers # Date 1338961710 0 # Node ID 5b7b5d5cbdade78fc94a06d3834be1c749d48e3e # Parent 48eceb813dcd030775654906b44422caa310bcd9 lrzip: Clean up. diff -r 48eceb813dcd -r 5b7b5d5cbdad lrzip/receipt --- a/lrzip/receipt Wed Jun 06 05:46:16 2012 +0000 +++ b/lrzip/receipt Wed Jun 06 05:48:30 2012 +0000 @@ -8,9 +8,10 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://ck.kolivas.org/apps/lrzip/" WGET_URL="$WEB_SITE/$TARBALL" +TAGS="compression archive" + DEPENDS="lzo bzlib zlib gcc-lib-base" BUILD_DEPENDS="lzo-dev bzip2-dev zlib-dev nasm perl" -TAGS="compression archive" # Rules to configure and make the package. compile_rules() @@ -25,5 +26,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr }