updated on Fri Jan 20 00:01:56 UTC 2012
[aur-mirror.git] / pastemacs / PKGBUILD
blobc7c3823272be450f21c32664546e746489229879
1 # Maintainer: Sebastian Wiesner <lunaryorn googlemail com>
2 # Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
4 pkgname=pastemacs
5 pkgver=0.3
6 pkgrel=4
7 pkgdesc="Access pocoo pastebin from emacs using lodgeitlib"
8 arch=('any')
9 url='http://pypi.python.org/pypi/pastemacs/'
10 license=('GPL2')
11 depends=('pymacs' 'python2-lodgeitlib')
12 makedepends=('python2-distribute')
13 source=( "http://pypi.python.org/packages/source/p/$pkgname/$pkgname-${pkgver}.tar.gz" )
14 md5sums=('85b2c809611d52df1928ea0baf185ff4')
16 package()
18   cd "$srcdir/$pkgname-$pkgver"
19   python2 setup.py install --root="$pkgdir" -O1