updated on Sun Jan 15 20:01:04 UTC 2012
[aur-mirror.git] / feedcache / PKGBUILD
blob28475bbb0b66ba2d4ad45418aef501837b19b2ae
1 # Maintainer: M Rawash <mrawash@gmail.com>
3 pkgname=feedcache
4 pkgver=1.3.1
5 pkgrel=1
6 pkgdesc="Wrapper for Mark Pilgrim's FeedParser module which caches feed content"
7 url="http://www.doughellmann.com/projects/feedcache/"
8 arch=('any')
9 license=('custom')
10 depends=('python-feedparser')
11 source=(http://www.doughellmann.com/downloads/$pkgname-$pkgver.tar.gz)
12 md5sums=('755de0bda07aca38ab9cbc17e8e14ecf')
14 build() {
15         cd "$srcdir/$pkgname-$pkgver"
17   python setup.py build
18   python setup.py install --root=${pkgdir}
19   install -Dm644 LICENSE.txt ${pkgdir}/usr/share/licenses/${pkgname}/license