mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
kastling: removed as obsolete, FS#1474
This commit is contained in:
parent
97a3a22375
commit
0b1bf0fb0b
@ -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
|
||||
}
|
@ -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.
|
Loading…
Reference in New Issue
Block a user