updated on Tue Jan 24 12:00:22 UTC 2012
[aur-mirror.git] / supybot-plugins / PKGBUILD
blob8ef8ffebc6e83400e474df71c72848915feb8335
1 # $Id$
2 # Maintainer: Aaron Griffin <aaron@archlinux.org>
3 # Contributor: Aaron Griffin <aaron@archlinux.org>
5 pkgname=supybot-plugins
6 pkgver=20060723
7 pkgrel=1
8 pkgdesc="Comprehensive plugin pack for Supybot"
9 url="http://supybot.com"
10 depends=('supybot')
11 source=(http://dl.sourceforge.net/sourceforge/supybot/Supybot-plugins-$pkgver.tar.bz2)
12 md5sums=('577d18ed978a6ade18537e96cd1c7e38')
14 build()
16     cd $startdir/src/Supybot-plugins-$pkgver/
17     
18     pyver=`python -V 2>&1 | cut -d\  -f2`
19     dir=$startdir/pkg/usr/lib/python${pyver%.*}/site-packages/supybot/plugins/
21     mkdir -p $dir
22     cp -R * $dir