CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
|
Patch
| revision 507, Sun Oct 4 15:03:59 2009 UTC | revision 508, Sun Oct 4 15:03:59 2009 UTC | |
|---|---|---|
| # | Line 4 | Line 4 |
| 4 | # Depends on: ncurses, readline | # Depends on: ncurses, readline |
| 5 | ||
| 6 | name=sqlite3 | name=sqlite3 |
| 7 | version=3.6.10 | version=3.6.11 |
| 8 | release=1 | release=1 |
| 9 | ||
| 10 | source=(http://www.sqlite.org/sqlite-amalgamation-$version.tar.gz | source=(http://www.sqlite.org/sqlite-amalgamation-$version.tar.gz) |
| sqlite3-pkgconfig.patch) | ||
| 11 | ||
| 12 | build () { | build () { |
| 13 | cd sqlite-amalgamation-$version | cd sqlite-$version |
| 14 | ||
| 15 | patch -p1 -i $SRC/sqlite3-pkgconfig.patch | # http://www.sqlite.org/cvstrac/tktview?tn=3583 |
| 16 | sed -i 's/@RELEASE@/@VERSION@/' sqlite3.pc.in | |
| 17 | ||
| 18 | autoreconf -f | ./configure --prefix=/usr CFLAGS="$CFLAGS -DNDEBUG" |
| libtoolize -fq | ||
| CFLAGS="$CFLAGS -DNDEBUG" \ | ||
| ./configure --prefix=/usr | ||
| 19 | ||
| 20 | make | make |
| 21 | make DESTDIR=$PKG install | make DESTDIR=$PKG install |
|
||||||||