[Lunar-commits] <moonbase> rpmunpack: fix the sha1 sum and the compile.

Florin Braescu florin at lunar-linux.org
Fri Apr 16 20:29:57 CEST 2010


commit bb07f6c5a719f65334b3528c6ba334f8e07ba769
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Fri Apr 16 21:29:57 2010 +0300

    rpmunpack: fix the sha1 sum and the compile.
---
 archive/rpmunpack/BUILD   |    8 ++++----
 archive/rpmunpack/DETAILS |    9 +++++----
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/archive/rpmunpack/BUILD b/archive/rpmunpack/BUILD
index 4d4fbfb..ccf9f0a 100644
--- a/archive/rpmunpack/BUILD
+++ b/archive/rpmunpack/BUILD
@@ -1,8 +1,8 @@
 (
-  cp ${SOURCE_CACHE}/$SOURCE2 rpm2cpio &&
+  cp ${SOURCE_CACHE}/$SOURCE2 rpm2cpio  &&
   patch_it $SOURCE3 1 &&
-  make             &&
-  prepare_install  &&
-  install  -s  rpmunpack  /usr/bin &&
+  make                &&
+  prepare_install     &&
+  install  -s  rpmunpack  /usr/bin  &&
   install  rpm2cpio /usr/bin
 ) > $C_FIFO 2>&1
diff --git a/archive/rpmunpack/DETAILS b/archive/rpmunpack/DETAILS
index 4b189c1..5a04ead 100644
--- a/archive/rpmunpack/DETAILS
+++ b/archive/rpmunpack/DETAILS
@@ -2,18 +2,19 @@
           VERSION=0
            SOURCE=$MODULE.tar.gz
           SOURCE2=rpm2cpio
-          SOURCE3=rpmunpack_lzma-1.patch
+          SOURCE3=rpmunpack_lzma-1.patch.bz2
  SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
-       SOURCE_URL=http://www.ibiblio.org/pub/Linux/utils/package/
-      SOURCE2_URL=http://www.iagora.com/~espel/
+       SOURCE_URL=http://www.ibiblio.org/pub/Linux/utils/package
+      SOURCE2_URL=http://www.iagora.com/~espel
       SOURCE3_URL=$PATCH_URL
        SOURCE_VFY=sha1:2ac43b6727d149c64347faade0827ec0f7a839e2
       SOURCE2_VFY=sha1:eb0175ecaf6f8b5386fed8b51f4edfc1441d7697
-      SOURCE3_VFY=sha1:e1a16dda3c48679549ac850aa834db491cfa113e
+      SOURCE3_VFY=sha1:db61165a6a7302ff8d39131bc7c4c375e006513f
          WEB_SITE=unknown
           ENTERED=20011017
           UPDATED=20091031
             SHORT="Program to extract an archive from a RPM file"
+
 cat << EOF
 This program converts rpm archives to cpio archives for cpio or afio.
 EOF


More information about the Lunar-commits mailing list