1 # Maintainer: archtux <antonio.arias99999@gmail.com>
6 pkgdesc="ChessX is a chess database. With ChessX you can operate on your collection of chess games in many ways: browse, edit, add, organize, analyze, etc."
8 url="http://chessx.sourceforge.net/"
10 depends=('intltool' 'qt')
11 source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
12 md5sums=('e527890968439f4de9e7b02315e124ab')
15 cd $srcdir/$pkgname-$pkgver/src
22 mkdir -p $pkgdir/opt/$pkgname
23 cd $srcdir/$pkgname-$pkgver
24 cp -R bin/ data/ i18n/ $pkgdir/opt/$pkgname
28 install -Dm644 chessx_48.tiff $pkgdir/usr/share/pixmaps/chessx_48.tiff
29 install -Dm644 $startdir/chessx.desktop $pkgdir/usr/share/applications/chessx.desktop