summaryrefslogtreecommitdiff
path: root/community/pyxattr/PKGBUILD
blob: 2b0603640394526dffacae07e9f882b6d61c66e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $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}"
}