[Frugalware-git] frugalware-current: * Renamed psycopg->psycopg2
Pingax
pingax at frugalware.fr
Sun Mar 27 12:36:13 CEST 2011
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7899609b0067858e30ca17b49f545a450de1d6b1
commit 7899609b0067858e30ca17b49f545a450de1d6b1
Author: Pingax <pingax at frugalware.fr>
Date: Sun Mar 27 12:30:24 2011 +0200
* Renamed psycopg->psycopg2
diff --git a/source/devel-extra/psycopg/FrugalBuild b/source/devel-extra/psycopg/FrugalBuild
deleted file mode 100644
index 7d843d5..0000000
--- a/source/devel-extra/psycopg/FrugalBuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Compiling Time: 0 SBU
-# Maintainer: Pingax <pingax at frugalware.fr>
-
-pkgname=psycopg
-pkgver=2.4
-pkgrel=1
-pkgdesc="Python interface for the PostgreSQL database engine"
-archs=('i686')
-depends=('python' 'postgresql')
-makedepends=('setuptools')
-groups=('devel-extra')
-Finclude pypi
-sha1sums=('747682ca445d9f587cecfc52eae29b84e70e524c')
-
-build() {
- Fcd
- python setup.py build_ext
- python setup.py install --prefix=$Fdestdir/usr ||Fdie
-}
More information about the Frugalware-git
mailing list