mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 16:47:25 +08:00
Deleting knights from apps-tesing
This commit is contained in:
parent
9987051405
commit
4ec832d856
@ -1,32 +0,0 @@
|
||||
#
|
||||
# Chakra Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# contributor (x86_64): Giuseppe Calà <jiveaxe@gmail.com>
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=knights
|
||||
pkgver=2.2.0
|
||||
pkgrel=2
|
||||
pkgdesc="Chess board for KDE with XBoard protocol support"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://kde-apps.org/content/show.php/Knights?content=122046"
|
||||
license=('GPL')
|
||||
depends=('kdegames-common' 'gnuchess')
|
||||
makedepends=('cmake' 'automoc4' 'docbook-xsl')
|
||||
source=("http://dl.dropbox.com/u/2888238/Knights/${pkgname}-${pkgver}.tar.bz2")
|
||||
md5sums=('6196e8ef8d2e7c16e38307469708f7cf')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}/build
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
Loading…
Reference in New Issue
Block a user