From 1eea2374162ed7d3e6a75312ce43e563c372d40c Mon Sep 17 00:00:00 2001 From: Francisco Alecrim Date: Thu, 1 Oct 2009 11:51:14 -0400 Subject: [PATCH 098/118] cabextract: include recipe Signed-off-by: Francisco Alecrim Signed-off-by: Ricardo Salveti de Araujo --- recipes/cabextract/cabextract_1.2.bb | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) create mode 100644 recipes/cabextract/cabextract_1.2.bb diff --git a/recipes/cabextract/cabextract_1.2.bb b/recipes/cabextract/cabextract_1.2.bb new file mode 100644 index 0000000..a871018 --- /dev/null +++ b/recipes/cabextract/cabextract_1.2.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "Cabextract is a program which unpacks cabinet (.cab) files, \ + which are a form of archive Microsoft uses to distribute their \ + software and things like Windows Font Packs." +HOMEPAGE = "http://www.cabextract.org.uk/" +LICENSE = "GPL" +PR = "r0" + +inherit autotools + +SRC_URI = "http://www.cabextract.org.uk/cabextract-1.2.tar.gz" -- 1.6.3.3