opt/sqlite3/Pkgfile

18 lines
410 B
Plaintext
Raw Normal View History

2006-11-10 16:21:43 +01:00
# Description: SQL database engine
# URL: http://www.sqlite.org/
2011-02-02 13:44:37 +01:00
# Maintainer: Juergen Daubert, jue at crux dot nu
2006-11-10 16:21:43 +01:00
# Depends on: ncurses, readline
name=sqlite3
2011-11-02 12:23:46 +01:00
version=3.7.9
2010-01-08 12:40:23 +01:00
release=1
2006-11-10 16:21:43 +01:00
2011-09-23 12:22:49 +02:00
source=(http://www.sqlite.org/sqlite-autoconf-${version//./0}00.tar.gz)
2006-11-10 16:21:43 +01:00
build () {
2011-09-23 12:22:49 +02:00
cd sqlite-autoconf-${version//./0}00
2010-03-11 17:38:29 +01:00
./configure --prefix=/usr --mandir=/usr/man
2006-11-10 16:21:43 +01:00
make
make DESTDIR=$PKG install
}