[arch-commits] Commit in (4 files)

Rémy Oudompheng remy at archlinux.org
Sun Feb 26 08:54:15 UTC 2012


    Date: Sunday, February 26, 2012 @ 03:54:14
  Author: remy
Revision: 151393

Add python-pyelftools package.

Added:
  python-pyelftools/
  python-pyelftools/repos/
  python-pyelftools/trunk/
  python-pyelftools/trunk/PKGBUILD

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

Added: python-pyelftools/trunk/PKGBUILD
===================================================================
--- python-pyelftools/trunk/PKGBUILD	                        (rev 0)
+++ python-pyelftools/trunk/PKGBUILD	2012-02-26 08:54:14 UTC (rev 151393)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer : Rémy Oudompheng <remy at archlinux.org>
+
+pkgname=python-pyelftools
+pkgver=0.20
+pkgrel=1
+pkgdesc="Python library for analyzing ELF files and DWARF debugging information"
+arch=('any')
+url="http://pypi.python.org/pypi/pyelftools"
+license=('custom')
+depends=('python')
+source=("http://pypi.python.org/packages/source/p/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+md5sums=("5ac7b279a01c41e5b022a1a382eb9d92")
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python setup.py install --root=${pkgdir}
+  install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+


Property changes on: python-pyelftools/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id



More information about the arch-commits mailing list