summaryrefslogtreecommitdiff
path: root/md/python2-pyproxyfs/PKGBUILD
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-12-23 14:05:12 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-12-23 14:05:12 -0500
commit46f85b6c947ca5c1609fdf33d983236c7ad57d54 (patch)
tree9416942583603a4bf6019d7e905d13e1d6095ca8 /md/python2-pyproxyfs/PKGBUILD
parent34ad91e43a253c6af43cd6dbabdcb775ec92c33b (diff)
Add all of the packages I've been keeping out of abslibre either for freedom or stability issues.
* dosemu ** Problems compiling ** No 100% free image to use with it. * md/*: I can't get it to work. * todo/kinect-rgbdemo: Can't get it to work. * todo/yuicompressor: create a SRCBUILD to make libre sources
Diffstat (limited to 'md/python2-pyproxyfs/PKGBUILD')
-rw-r--r--md/python2-pyproxyfs/PKGBUILD27
1 files changed, 27 insertions, 0 deletions
diff --git a/md/python2-pyproxyfs/PKGBUILD b/md/python2-pyproxyfs/PKGBUILD
new file mode 100644
index 0000000..14bf10f
--- /dev/null
+++ b/md/python2-pyproxyfs/PKGBUILD
@@ -0,0 +1,27 @@
+# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net>
+
+_pkgname=pyproxyfs
+pkgname=python2-$_pkgname
+pkgver=0.7
+pkgrel=1
+pkgdesc="A filesystem class that you can use for doing much of your file handling, but that can easily be mocked for specific testing purposes."
+arch=('any')
+url="https://github.com/nicferrier/$_pkgname"
+license=('GPL3')
+groups=()
+depends=('python2')
+makedepends=()
+provides=()
+conflicts=()
+replaces=()
+backup=()
+options=(!emptydirs)
+install=
+source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/nicferrier/${_pkgname}/tarball/release_${pkgver//./_}")
+
+package() {
+ cd "${srcdir}/nicferrier-${_pkgname}-"*
+ python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+md5sums=('bf77fba1dad2f9e314efb7ffca4bacdf')