From 760a84453fb0c222c9ce5e8b0307b03ff7b3ea95 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Sat, 2 May 2015 12:31:35 -0500 Subject: python-xattr-git-93.ab5d7cb-1: updating version --- pcr/python-xattr/PKGBUILD | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 pcr/python-xattr/PKGBUILD (limited to 'pcr/python-xattr/PKGBUILD') diff --git a/pcr/python-xattr/PKGBUILD b/pcr/python-xattr/PKGBUILD deleted file mode 100644 index f9b504284..000000000 --- a/pcr/python-xattr/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres - -pkgname=python-xattr -pkgver=20111028 -pkgrel=1 -pkgdesc="module for manipulating filesystem extended attributes" -arch=('i686' 'x86_64' 'mips64el') -url="http://undefined.org/python/#xattr" -license=('MIT') -conflicts=('pyattr') -provied=('pyattr') -makedepends=('setuptools') -depends=('python2' 'git') - -_gitroot=https://github.com/xattr/xattr.git -_gitname=xattr - -build() { - cd $srcdir/ - - if [ -e ${_gitname} ] ; then - cd ${_gitname} - git pull - cd .. - else - git clone ${_gitroot} ${_gitname} - fi - - cd $srcdir/xattr/ - python2 setup.py install --prefix=/usr --root=$pkgdir -} -- cgit v1.2.3-54-g00ecf