kastling: removed as obsolete, FS#1474

This commit is contained in:
Neofytos Kolokotronis 2016-06-21 15:25:34 +02:00
parent 97a3a22375
commit 0b1bf0fb0b
2 changed files with 0 additions and 38 deletions

View File

@ -1,34 +0,0 @@
#
# Games Packages for Chakra, part of chakra-project.org
#
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
# include global config
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=kastling
pkgver=0.9.5
pkgrel=1
pkgdesc="Chess interface with Fics support."
arch=('i686' 'x86_64')
url="http://kde-apps.org/content/show.php?content=132703"
license=('GPL3')
makedepends=('kdelibs' 'qt')
categories=('games')
changelog=$pkgname.changelog
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver-src.tar.gz)
md5sums=('81a7dc7b9dc81984c0d97de74022c401')
build() {
cd $srcdir/$pkgname-$pkgver-src
qmake
make
}
package() {
cd $srcdir/$pkgname-$pkgver-src
# make DESTDIR=$pkgdir install
# Manual installation...
install -Dm 755 $srcdir/$pkgname-$pkgver-src/$pkgname $pkgdir/usr/bin/$pkgname
}

View File

@ -1,4 +0,0 @@
2010-09-17 Adrián Chaves Fernández (Gallaecio) <adriyetichaves[at]gmail[dot]com>
* 0.9.0-1 :
Initial upstream release.