Changeset 15930


Ignore:
Timestamp:
2008-06-09T14:46:28+12:00 (16 years ago)
Author:
mdewsnip
Message:

Went back to packaging the SQLite as a .tar.gz, since .zips are a pain with configure scripts etc.

Location:
gsdl/trunk/packages
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/packages/configure

    r15923 r15930  
    279279  echo ""
    280280  cd "$PACKAGES/sqlite"
    281   unzip sqlite-amalgamation-3.5.9.zip
     281  gzip -dc sqlite-amalgamation-3.5.9.tgz | tar -xf -
    282282  cd sqlite-amalgamation-3.5.9 && \
    283283    ./configure $CACHE_FILE --prefix="$PACKAGES/sqlite" --bindir="$bindir" $HOSTTARGETFLAGS $ENVIRONMENT
  • gsdl/trunk/packages/sqlite/README.txt

    r15850 r15930  
    11This package contains the source code for the sqlite3 executable and library in
    22amalgamated form, as downloaded from http://www.sqlite.org. The only modifications
    3 have been to add a win32.mak file for compiling on Windows, and to package as a
    4 zip instead of a .tar.gz (to make it more accessible on Windows).
     3have been to add a win32.mak file for compiling on Windows.
    54
    65SQLite is in the public domain and is thus free for use for any purpose,
Note: See TracChangeset for help on using the changeset viewer.