updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / fortune-mod-ru / PKGBUILD
blob68a092e9fc2917d75c9a2e4d0601b8617b4558e8
2 # Contributor: Andreas Schwoll <aktogaj@gmail.com>
4 pkgname=fortune-mod-ru
5 pkgver=1.52
6 pkgrel=1
7 pkgdesc="Collection of Russian fortune cookie files"
8 arch=('i686' 'x86_64')
9 url="http://jack.kiev.ua/content/view/8/9/lang,ru/"
10 license=('GPL')
11 depends=( 'fortune-mod' )
12 groups=( 'fortune-mods' )
13 source=(http://jack.kiev.ua/filez/$pkgname-$pkgver.tar.bz2)
14 md5sums=( '2ef8eee73bb921e099f72ea688276a57' )
15 _installpath="usr/share/fortune/ru"
17 build() {
18   cd $startdir/src/$pkgname-$pkgver
19   install -m 755 -d $startdir/pkg/$_installpath
20   install -m 644 acid_jack/*.u8 kaschey/*.u8 vekshin/*.u8 sony/*.u8 $startdir/pkg/$_installpath
21   cd $startdir/pkg/$_installpath
22   for _file in *.u8; do strfile $_file; done