[arch-commits] Commit in python2-pydns/repos (community-any community-any/PKGBUILD)

Felix Yan fyan at archlinux.org
Wed Sep 10 15:35:53 UTC 2014


    Date: Wednesday, September 10, 2014 @ 17:35:53
  Author: fyan
Revision: 118765

archrelease: copy trunk to community-any

Added:
  python2-pydns/repos/community-any/
  python2-pydns/repos/community-any/PKGBUILD
    (from rev 118764, python2-pydns/trunk/PKGBUILD)

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

Copied: python2-pydns/repos/community-any/PKGBUILD (from rev 118764, python2-pydns/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2014-09-10 15:35:53 UTC (rev 118765)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Rich Li <rich at dranek.com>
+# Contributor: Filip S. Adamsen <fsa [at] fsadev [dot] com>
+# Contributor: Samed Beyribey <ras0ir AT eventualis DOT org>
+
+pkgname=python2-pydns
+_pkgname=pydns
+pkgver=2.3.6
+pkgrel=1
+pkgdesc="Python module for performing DNS queries"
+arch=('any')
+url="http://pydns.sourceforge.net"
+license=('Python')
+depends=('python2')
+#conflicts=('python-pydns')
+options=(!emptydirs)
+source=("http://downloads.sourceforge.net/$_pkgname/$_pkgname-$pkgver.tar.gz")
+sha256sums=('d3cf6fc4ec088e934cf2dd4d71080efdb5c09ae79cbb2512427eb0fc393f2417')
+
+build() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+




More information about the arch-commits mailing list