updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / fortune-mod-montypython / PKGBUILD
blobb27a1e75a5dcec15ce16e0c1ca7e66581096dfd8
1 # Maintainer: wido <widomaker2k7@gmail.com>:
2 pkgname=fortune-mod-montypython
3 pkgver=20091124
4 pkgrel=1
5 pkgdesc="Fortune cookies: Monty Python and the Holy Grail."
6 arch=('any')
7 license=('custom')
8 depends=(fortune-mod)
9 source="fortunes.txt"
10 url="http://www.sacred-texts.com/neu/mphg/mphg.htm"
11 md5sums=('3a6c08a64043ee1f01139df20fc0fac6')
13 build() {
14   cd $startdir/src
16   iconv -f iso-8859-1 -t utf8 fortunes.txt --output montypython
17   strfile ./montypython
18   mkdir -p $startdir/pkg/usr/share/fortune/
20   install -D -m644 montypython $startdir/pkg/usr/share/fortune/montypython
21   install -D -m644 montypython.dat $startdir/pkg/usr/share/fortune/montypython.dat