diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-02-10 21:13:00 +0100 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2010-02-11 12:28:09 +0000 |
commit | fd2bed3297f3b76a8a6b18ba599e7d9d71d2c045 (patch) | |
tree | ae89cede945f18e8ffb75e8580588a041d0483ed /recipes/xz/xz.inc | |
parent | 8feccac9f3da5cb189450318cd1b82617ee5623a (diff) |
xz: add xz package
xz is the lzma successor
tested with automake-1.11.1, autoconf-2.65
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'recipes/xz/xz.inc')
-rw-r--r-- | recipes/xz/xz.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/xz/xz.inc b/recipes/xz/xz.inc new file mode 100644 index 0000000000..f103e68639 --- /dev/null +++ b/recipes/xz/xz.inc @@ -0,0 +1,8 @@ +DESCRIPTION = "XZ Utils is free general-purpose data compression software with high compression ratio. XZ Utils are the successor to LZMA Utils." +SECTION = "console/utils" +LICENSE = "Public Domain" +INC_PR = "r0" +S ?= "${WORKDIR}/xz-${PV}" +#FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/xz-${PV}" + +inherit autotools |