From 18a41d682d6e91e0d28fce23eb75292f477bd620 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 Aug 2013 01:21:34 -0700 Subject: Sun Aug 11 01:21:31 PDT 2013 --- community/sqlite2/PKGBUILD | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 community/sqlite2/PKGBUILD (limited to 'community/sqlite2/PKGBUILD') diff --git a/community/sqlite2/PKGBUILD b/community/sqlite2/PKGBUILD deleted file mode 100644 index c6d6c27ef..000000000 --- a/community/sqlite2/PKGBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# $Id: PKGBUILD 68015 2012-03-17 00:56:03Z giovanni $ -# Maintainer: Ronald van Haren -# Contributor: Judd - -pkgname=sqlite2 -pkgver=2.8.17 -pkgrel=5 -pkgdesc="A C library that implements an SQL database engine" -arch=('i686' 'x86_64') -url="http://www.sqlite.org/" -depends=('readline>=6.0.00') -source=("http://www.sqlite.org/sqlite-$pkgver.tar.gz" - 'LICENSE') -license=('custom') -options=('!libtool') -md5sums=('838dbac20b56d2c4292e98848505a05b' - '5d3b333e59a37747284f66081660f8a1') - -build() { - cd ${srcdir}/sqlite-${pkgver} - - ./configure --prefix=/usr - make -} - -package() { - cd ${srcdir}/sqlite-${pkgver} - - make DESTDIR=${pkgdir} install - - # install custom license - install -Dm644 ${srcdir}/LICENSE \ - ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE -} -- cgit v1.2.3-54-g00ecf