From c0ea772f5a095015e863c5a12b6c7be212b836da Mon Sep 17 00:00:00 2001 From: "Joshua I. Haase H. (xihh)" Date: Fri, 13 Apr 2012 03:17:10 -0500 Subject: Commiting libre package erlang-R14B04-2 --- ~xihh/python2-apsw/LICENSE | 15 --------------- ~xihh/python2-apsw/PKGBUILD | 23 ----------------------- 2 files changed, 38 deletions(-) delete mode 100644 ~xihh/python2-apsw/LICENSE delete mode 100644 ~xihh/python2-apsw/PKGBUILD (limited to '~xihh') diff --git a/~xihh/python2-apsw/LICENSE b/~xihh/python2-apsw/LICENSE deleted file mode 100644 index a0470b2a0..000000000 --- a/~xihh/python2-apsw/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -Copyright (C) 2004-2009 Roger Binns - -This software is provided ‘as-is’, without any express or implied warranty. In no event will the authors be held liable -for any damages arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it -and redistribute it freely, subject to the following restrictions: - -- The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If - you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not - required. - -- Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. - -- This notice may not be removed or altered from any source distribution. diff --git a/~xihh/python2-apsw/PKGBUILD b/~xihh/python2-apsw/PKGBUILD deleted file mode 100644 index 92ce6d309..000000000 --- a/~xihh/python2-apsw/PKGBUILD +++ /dev/null @@ -1,23 +0,0 @@ -# Maintainer: Linmiao Xu -# Contributor: Juan Miguel Cejuela - -pkgname=python2-apsw -pkgver=3.7.9_r1 -pkgrel=1 -pkgdesc="Python wrapper for SQLite" -arch=('i686' 'x86_64' 'mips64el') -url="http://code.google.com/p/apsw/" -license=('MIT') -depends=('python2' 'sqlite3') -source=("http://apsw.googlecode.com/files/apsw-${pkgver//_/-}.zip" 'LICENSE') - -md5sums=('8188a05819553a7a9aad568db23850af' - 'efc704d50cb39441d00f9dc76cbe6665') - -build() { - cd $srcdir/apsw-${pkgver//_/-} - python2 setup.py install --root=$pkgdir/ - - install -D -m644 $srcdir/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE -} - -- cgit v1.2.3-54-g00ecf