* Add ipkg for future development
authorticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>
Mon, 15 Dec 2008 04:10:56 +0000 (04:10 +0000)
committerticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>
Mon, 15 Dec 2008 04:10:56 +0000 (04:10 +0000)
commit8bf49d16a637cca0cd116450dfcabc4c941baf6c
treebea96583e7a63f1b87ad4ef07b191f121348fe78
parent4074befd4db12e78af74f7e1438459125b0b3016
* Add ipkg for future development

git-svn-id: http://opkg.googlecode.com/svn/trunk@3 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
139 files changed:
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
INSTALL [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
Makefile.in [new file with mode: 0644]
NEWS [new file with mode: 0644]
README [new file with mode: 0644]
TODO [new file with mode: 0644]
aclocal.m4 [new file with mode: 0644]
args.c [new file with mode: 0644]
args.h [new file with mode: 0644]
compile [new file with mode: 0755]
conffile.c [new file with mode: 0644]
conffile.h [new file with mode: 0644]
conffile_list.c [new file with mode: 0644]
conffile_list.h [new file with mode: 0644]
config.guess [new file with mode: 0755]
config.h [new file with mode: 0644]
config.h.in [new file with mode: 0644]
config.sub [new file with mode: 0755]
configure [new file with mode: 0755]
configure.ac [new file with mode: 0644]
depcomp [new file with mode: 0755]
etc/Makefile.am [new file with mode: 0644]
etc/Makefile.in [new file with mode: 0644]
familiar/Makefile.am [new file with mode: 0644]
familiar/Makefile.in [new file with mode: 0644]
familiar/control-unstripped.in [new file with mode: 0644]
familiar/control.in [new file with mode: 0644]
familiar/libipkg-control.in [new file with mode: 0644]
familiar/libipkg-dev-control.in [new file with mode: 0644]
file_util.c [new file with mode: 0644]
file_util.h [new file with mode: 0644]
hash_table.c [new file with mode: 0644]
hash_table.h [new file with mode: 0644]
includes.h [new file with mode: 0644]
install-sh [new file with mode: 0755]
intercept/depmod [new file with mode: 0644]
intercept/ldconfig [new file with mode: 0644]
intercept/update-modules [new file with mode: 0644]
ipkg-frontend.c [new file with mode: 0644]
ipkg.c [new file with mode: 0644]
ipkg.h [new file with mode: 0644]
ipkg.h.in [new file with mode: 0644]
ipkg_cmd.c [new file with mode: 0644]
ipkg_cmd.h [new file with mode: 0644]
ipkg_conf.c [new file with mode: 0644]
ipkg_conf.h [new file with mode: 0644]
ipkg_configure.c [new file with mode: 0644]
ipkg_configure.h [new file with mode: 0644]
ipkg_download.c [new file with mode: 0644]
ipkg_download.h [new file with mode: 0644]
ipkg_extract_test.c [new file with mode: 0644]
ipkg_hash_test.c [new file with mode: 0644]
ipkg_install.c [new file with mode: 0644]
ipkg_install.h [new file with mode: 0644]
ipkg_message.c [new file with mode: 0644]
ipkg_message.h [new file with mode: 0644]
ipkg_remove.c [new file with mode: 0644]
ipkg_remove.h [new file with mode: 0644]
ipkg_upgrade.c [new file with mode: 0644]
ipkg_upgrade.h [new file with mode: 0644]
ipkg_utils.c [new file with mode: 0644]
ipkg_utils.h [new file with mode: 0644]
libbb/Makefile.am [new file with mode: 0644]
libbb/Makefile.in [new file with mode: 0644]
libbb/all_read.c [new file with mode: 0644]
libbb/ask_confirmation.c [new file with mode: 0644]
libbb/concat_path_file.c [new file with mode: 0644]
libbb/copy_file.c [new file with mode: 0644]
libbb/copy_file_chunk.c [new file with mode: 0644]
libbb/error_msg.c [new file with mode: 0644]
libbb/error_msg_and_die.c [new file with mode: 0644]
libbb/gz_open.c [new file with mode: 0644]
libbb/last_char_is.c [new file with mode: 0644]
libbb/libbb.h [new file with mode: 0644]
libbb/make_directory.c [new file with mode: 0644]
libbb/messages.c [new file with mode: 0644]
libbb/mode_string.c [new file with mode: 0644]
libbb/parse_mode.c [new file with mode: 0644]
libbb/perror_msg.c [new file with mode: 0644]
libbb/perror_msg_and_die.c [new file with mode: 0644]
libbb/safe_strncpy.c [new file with mode: 0644]
libbb/time_string.c [new file with mode: 0644]
libbb/unarchive.c [new file with mode: 0644]
libbb/unzip.c [new file with mode: 0644]
libbb/verror_msg.c [new file with mode: 0644]
libbb/vperror_msg.c [new file with mode: 0644]
libbb/wfopen.c [new file with mode: 0644]
libbb/xfuncs.c [new file with mode: 0644]
libbb/xreadlink.c [new file with mode: 0644]
libipkg.c [new file with mode: 0644]
libipkg.h [new file with mode: 0644]
libipkg.pc.in [new file with mode: 0644]
ltmain.sh [new file with mode: 0644]
md5.c [new file with mode: 0644]
md5.h [new file with mode: 0644]
missing [new file with mode: 0755]
mkinstalldirs [new file with mode: 0755]
nv_pair.c [new file with mode: 0644]
nv_pair.h [new file with mode: 0644]
nv_pair_list.c [new file with mode: 0644]
nv_pair_list.h [new file with mode: 0644]
pkg.c [new file with mode: 0644]
pkg.h [new file with mode: 0644]
pkg_depends.c [new file with mode: 0644]
pkg_depends.h [new file with mode: 0644]
pkg_dest.c [new file with mode: 0644]
pkg_dest.h [new file with mode: 0644]
pkg_dest_list.c [new file with mode: 0644]
pkg_dest_list.h [new file with mode: 0644]
pkg_extract.c [new file with mode: 0644]
pkg_extract.h [new file with mode: 0644]
pkg_hash.c [new file with mode: 0644]
pkg_hash.h [new file with mode: 0644]
pkg_parse.c [new file with mode: 0644]
pkg_parse.h [new file with mode: 0644]
pkg_src.c [new file with mode: 0644]
pkg_src.h [new file with mode: 0644]
pkg_src_list.c [new file with mode: 0644]
pkg_src_list.h [new file with mode: 0644]
pkg_vec.c [new file with mode: 0644]
pkg_vec.h [new file with mode: 0644]
sprintf_alloc.c [new file with mode: 0644]
sprintf_alloc.h [new file with mode: 0644]
str_list.c [new file with mode: 0644]
str_list.h [new file with mode: 0644]
str_util.c [new file with mode: 0644]
str_util.h [new file with mode: 0644]
update-alternatives [new file with mode: 0755]
user.c [new file with mode: 0644]
user.h [new file with mode: 0644]
void_list.c [new file with mode: 0644]
void_list.h [new file with mode: 0644]
xregex.c [new file with mode: 0644]
xregex.h [new file with mode: 0644]
xsystem.c [new file with mode: 0644]
xsystem.h [new file with mode: 0644]