Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

Commit

Permalink
remove libchardet source tree
Browse files Browse the repository at this point in the history
  • Loading branch information
bylee20 committed Oct 21, 2013
1 parent 0151bd6 commit 29f5747
Show file tree
Hide file tree
Showing 85 changed files with 13 additions and 30,238 deletions.
4 changes: 3 additions & 1 deletion build-libchardet
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

cd src/libchardet* && make distclean; \
./configure --prefix=`pwd`/../../build --disable-shared --enable-static && \
make -j 6 && make -C src install
make -j $(nproc) && make -C src install
10 changes: 10 additions & 0 deletions download-libchardet
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#! /bin/bash

install -d src

url=ftp://ftp.oops.org/pub/oops/libchardet/libchardet-1.0.2.tar.bz2
out=libchardet.tar.bz2
if ! [ -f ${out} ]; then
curl -o src/${out} "${url}"
cd src && tar xvfj ${out} && mv libchardet-1.0.2 libchardet && rm ${out}
fi
26 changes: 0 additions & 26 deletions src/libchardet-1.0.2/Changelog

This file was deleted.

30 changes: 0 additions & 30 deletions src/libchardet-1.0.2/INSTALL

This file was deleted.

470 changes: 0 additions & 470 deletions src/libchardet-1.0.2/LICENSE

This file was deleted.

44 changes: 0 additions & 44 deletions src/libchardet-1.0.2/Makefile.in

This file was deleted.

17 changes: 0 additions & 17 deletions src/libchardet-1.0.2/README

This file was deleted.

12 changes: 0 additions & 12 deletions src/libchardet-1.0.2/acconfig.h

This file was deleted.

15 changes: 0 additions & 15 deletions src/libchardet-1.0.2/autogen

This file was deleted.

83 changes: 0 additions & 83 deletions src/libchardet-1.0.2/chardet-config.h.in

This file was deleted.

67 changes: 0 additions & 67 deletions src/libchardet-1.0.2/chardet-config.in

This file was deleted.

0 comments on commit 29f5747

Please sign in to comment.