CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 689 -
(hide annotations)
Sun Oct 4 15:05:49 2009 UTC (3 years, 7 months ago) by cjg
File size: 418 byte(s)
Sun Oct 4 15:05:49 2009 UTC (3 years, 7 months ago) by cjg
File size: 418 byte(s)
sqlite3: autoupdate to 3.6.17-1
| 1 | cjg | 201 | # Description: SQL database engine |
| 2 | cjg | 348 | # URL: http://www.sqlite.org/ |
| 3 | # Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de | ||
| 4 | # Depends on: ncurses, readline | ||
| 5 | cjg | 201 | |
| 6 | name=sqlite3 | ||
| 7 | cjg | 689 | version=3.6.17 |
| 8 | cjg | 201 | release=1 |
| 9 | |||
| 10 | cjg | 508 | source=(http://www.sqlite.org/sqlite-amalgamation-$version.tar.gz) |
| 11 | cjg | 201 | |
| 12 | build () { | ||
| 13 | cjg | 508 | cd sqlite-$version |
| 14 | cjg | 360 | |
| 15 | cjg | 508 | ./configure --prefix=/usr CFLAGS="$CFLAGS -DNDEBUG" |
| 16 | cjg | 360 | |
| 17 | cjg | 201 | make |
| 18 | make DESTDIR=$PKG install | ||
| 19 | } |