summaryrefslogtreecommitdiff
path: root/community/pyxattr
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-09-05 13:37:26 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-09-05 13:37:26 +0000
commitf651180e6b1ac9508ec0d1d9b94972de776020a9 (patch)
tree2c1f8d3bf28b5a52b186cfb6a67b6d092ddf21fc /community/pyxattr
parent6dee0a203a8290427ca77705bc1cae90381529b2 (diff)
Mon Sep 5 13:37:24 UTC 2011
Diffstat (limited to 'community/pyxattr')
-rw-r--r--community/pyxattr/PKGBUILD19
1 files changed, 0 insertions, 19 deletions
diff --git a/community/pyxattr/PKGBUILD b/community/pyxattr/PKGBUILD
deleted file mode 100644
index 2b0603640..000000000
--- a/community/pyxattr/PKGBUILD
+++ /dev/null
@@ -1,19 +0,0 @@
-# $Id: PKGBUILD 31904 2010-11-07 19:21:57Z lfleischer $
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-
-pkgname=pyxattr
-pkgver=0.5.0
-pkgrel=1
-pkgdesc="A python extension module that allows you to manipulate the extended attributes."
-arch=('i686' 'x86_64')
-url='http://pyxattr.sourceforge.net/'
-license=('GPL')
-depends=('python2')
-makedepends=('python2-distribute')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('0f7ab1e185087329e40f7de218517c84')
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- python2 setup.py install --root="${pkgdir}"
-}