updated on Thu Jan 12 20:00:29 UTC 2012
[aur-mirror.git] / jbofihe-bin / PKGBUILD
blob7a1219eabbcb73c4f271077cb38c5b7f5a55c6fa
1 # Contributor: Dag Odenhall <dag.odenhall@gmail.com>
2 pkgname=jbofihe-bin
3 pkgver=0.38
4 pkgrel=1
5 pkgdesc="A parser for the lojban language"
6 arch=('i686')
7 url="http://www.rpcurnow.force9.co.uk/jbofihe/index.html"
8 license=('GPL')
9 makedepends=('deb2targz')
10 provides=('jbofihe')
11 conflicts=('jbofihe')
12 source=(http://http.us.debian.org/debian/pool/main/j/jbofihe/jbofihe_$pkgver-5_i386.deb)
13 md5sums=('2b21b9dfde596412faf91ec33de3dbe6')
15 build() {
16   cd $startdir/src
17   deb2targz jbofihe_$pkgver-5_i386.deb
18   tar -xzvf jbofihe_$pkgver-5_i386.tar.gz -C $startdir/pkg
21 # vim:set ts=2 sw=2 et: