[arch-commits] Commit in pydb/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 16:26:22 UTC 2020


    Date: Tuesday, July 7, 2020 @ 16:26:22
  Author: felixonmars
Revision: 659246

archrelease: copy trunk to community-staging-any

Added:
  pydb/repos/community-staging-any/
  pydb/repos/community-staging-any/PKGBUILD
    (from rev 659245, pydb/trunk/PKGBUILD)

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Copied: pydb/repos/community-staging-any/PKGBUILD (from rev 659245, pydb/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-07-07 16:26:22 UTC (rev 659246)
@@ -0,0 +1,26 @@
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Eric Belanger <eric at archlinux.org>
+# Contributor: Roman G. <chesercat at gmail.com>
+
+pkgname=pydb
+pkgver=1.26
+pkgrel=5
+pkgdesc="Pydb - Extended Python Debugger"
+arch=('any')
+url="http://bashdb.sourceforge.net/pydb/"
+license=('GPL')
+depends=('python2')
+source=(https://downloads.sourceforge.net/bashdb/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('d250a0a57b9952ceb545a76610bbf7d3b4a8df7fce0846156f9d0bd22bfb8f5c68f7e66cecc5ed8b500e7305ac0f6ef41d62a07bf1c6ce16a84d27b9c00fcda2')
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  ./configure --prefix=/usr --with-python=/usr/bin/python2
+  make
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" install
+  ln -sf /usr/lib/python2.7/site-packages/pydb/pydb.py "${pkgdir}/usr/bin/pydb"
+}



More information about the arch-commits mailing list