[Lunar-commits] r18455 - in moonbase/trunk/archive: . dpkg

Terry Chan tchan at lunar-linux.org
Tue Jan 31 23:51:12 UTC 2006


Author: tchan
Date: 2006-01-31 23:51:11 +0000 (Tue, 31 Jan 2006)
New Revision: 18455

Added:
   moonbase/trunk/archive/dpkg/
   moonbase/trunk/archive/dpkg/BUILD
   moonbase/trunk/archive/dpkg/DEPENDS
   moonbase/trunk/archive/dpkg/DETAILS
Log:
Added the debian dpkg module to moonbase.  That way users will be at least able
to view the contents of a *.deb file. Compiled/tested with gcc-3.4.5,
glibc-2.3.6, kernel headers 2.4.x. I removed the md5sum binary from this module
as it overwrites the one from coreutils.


Added: moonbase/trunk/archive/dpkg/BUILD
===================================================================
--- moonbase/trunk/archive/dpkg/BUILD	2006-01-31 22:46:34 UTC (rev 18454)
+++ moonbase/trunk/archive/dpkg/BUILD	2006-01-31 23:51:11 UTC (rev 18455)
@@ -0,0 +1,7 @@
+(
+  sedit "s/debiandoc2html/true/" doc/Makefile.in &&
+  sedit "s/utils//" Makefile.in &&
+  OPTS="$OPTS --without-sgml-doc" &&
+  default_build
+
+) > $C_FIFO 2>&1

Added: moonbase/trunk/archive/dpkg/DEPENDS
===================================================================
--- moonbase/trunk/archive/dpkg/DEPENDS	2006-01-31 22:46:34 UTC (rev 18454)
+++ moonbase/trunk/archive/dpkg/DEPENDS	2006-01-31 23:51:11 UTC (rev 18455)
@@ -0,0 +1,5 @@
+depends ncurses &&
+depends zlib &&
+depends bzip2 &&
+depends gettext
+

Added: moonbase/trunk/archive/dpkg/DETAILS
===================================================================
--- moonbase/trunk/archive/dpkg/DETAILS	2006-01-31 22:46:34 UTC (rev 18454)
+++ moonbase/trunk/archive/dpkg/DETAILS	2006-01-31 23:51:11 UTC (rev 18455)
@@ -0,0 +1,12 @@
+          MODULE=dpkg
+         VERSION=1.10.28
+          SOURCE=${MODULE}_${VERSION}.tar.gz
+      SOURCE_URL=http://ftp.debian.org/debian/pool/main/d/dpkg/
+      SOURCE_VFY=sha1:df0fdd3943d41f493412d521ee5f5d95ae86f789
+        WEB_SITE=http://packages.qa.debian.org/d/dpkg.html
+         ENTERED=20060131
+         UPDATED=20060131
+           SHORT="Debian package manager"
+cat << EOF
+Installs, removes, and provides information about .deb packages
+EOF



More information about the Lunar-commits mailing list