Ignore:
Timestamp:
Jan 1, 2014, 12:47:38 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.21.1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi-busybox/archival/dpkg_deb.c

    r2725 r3232  
    55 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
    66 */
     7
     8//usage:#define dpkg_deb_trivial_usage
     9//usage:       "[-cefxX] FILE [argument"
     10//usage:#define dpkg_deb_full_usage "\n\n"
     11//usage:       "Perform actions on Debian packages (.debs)\n"
     12//usage:     "\n    -c  List contents of filesystem tree"
     13//usage:     "\n    -e  Extract control files to [argument] directory"
     14//usage:     "\n    -f  Display control field name starting with [argument]"
     15//usage:     "\n    -x  Extract packages filesystem tree to directory"
     16//usage:     "\n    -X  Verbose extract"
     17//usage:
     18//usage:#define dpkg_deb_example_usage
     19//usage:       "$ dpkg-deb -X ./busybox_0.48-1_i386.deb /tmp\n"
     20
    721#include "libbb.h"
    8 #include "archive.h"
     22#include "bb_archive.h"
    923
    1024#define DPKG_DEB_OPT_CONTENTS         1
Note: See TracChangeset for help on using the changeset viewer.