summaryrefslogtreecommitdiff
path: root/pcr/wikipediafs/PKGBUILD
blob: 5ec1a629df078757c9c8d60c0df9ca8bd9c31eb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer (Arch): Antoine Lubineau <antoine@lubignon.info>

pkgname=wikipediafs
pkgver=0.4
pkgrel=3
pkgdesc="Mount Wikipedia/Mediawiki sites locally via FUSE"
arch=('any')
url="http://wikipediafs.sourceforge.net/"
license=('GPL')
depends=('fuse' 'python2-fuse')
source=("http://downloads.sourceforge.net/wikipediafs/$pkgname-$pkgver.tar.gz")
sha256sums=('8c9de78dd92354877a8d604f3128238f10cd6c06d594ddc23c06552cc7c731f1')

package() {
  cd "$srcdir/$pkgname-$pkgver"
  python2 setup.py install --root="$pkgdir/" --optimize=1
}

# vim:set ts=2 sw=2 et: