updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / pentadactyl / PKGBUILD
blobb8b8660b76a7e2103ec68c2b9fb6ad1d8139b14a
1 # Maintainer: BartÅ‚omiej Piotrowski <barthalion@gmail.com>
3 pkgname=pentadactyl
4 pkgver=1.0rc1
5 pkgrel=1
6 pkgdesc="Firefox for Vim and Links addicts. The next generation of Vimperator by its primary developers."
7 arch=('any')
8 url="http://dactyl.sourceforge.net/"
9 license=('MIT')
10 depends=('firefox>=3.5')
11 source=(http://dactyl.googlecode.com/files/$pkgname-$pkgver.xpi)
13 package() {
14     local _fxver=$(firefox -v | cut -d' ' -f3 | cut -f1-2 -d.)
15     local _emid=pentadactyl@dactyl.googlecode.com #TODO: Extract from install.rdf
16     local dstdir="$pkgdir/usr/lib/firefox/extensions/$_emid"
18     cd "$srcdir"
19     install -d "$dstdir"
20     cp -R * "$dstdir"
21     rm "$dstdir/$pkgname-$pkgver.xpi"
24 md5sums=('5e569b3ea2ccb5d30f14f6333dc1560f')