mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
new pkgbuild
This commit is contained in:
parent
93951cecd8
commit
c12a1afd4e
38
kdegames-kjumpingcube/PKGBUILD
Normal file
38
kdegames-kjumpingcube/PKGBUILD
Normal file
@ -0,0 +1,38 @@
|
||||
#
|
||||
# KDE Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer: Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=kdegames-kjumpingcube
|
||||
_pkgname=kjumpingcube
|
||||
pkgver=${_kdever}
|
||||
pkgrel=1
|
||||
pkgdesc="Territory Capture Game"
|
||||
arch=('x86_64')
|
||||
url='http://www.kde.org'
|
||||
license=('GPL' 'LGPL' 'FDL')
|
||||
depends=("kdegames-libkdegames>=${_kdever}")
|
||||
makedepends=('pkg-config' 'cmake' 'automoc4')
|
||||
source=("$_mirror/${_pkgname}-$_kdever.tar.xz")
|
||||
md5sums=(`grep ${_pkgname}-$_kdever.tar.xz ../kde-sc.md5 | cut -d" " -f1`)
|
||||
groups=("kde" "kdegames" "kde-uninstall")
|
||||
provides=('kjumpingcube')
|
||||
options=('docs' '!splithdr' 'splitdbg' 'log')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${_pkgname}-${pkgver}
|
||||
cmake . -DCMAKE_BUILD_TYPE=${_build_type} \
|
||||
-DCMAKE_INSTALL_PREFIX=${_installprefix} \
|
||||
-DCMAKE_SKIP_RPATH=ON \
|
||||
-DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed'
|
||||
|
||||
}
|
||||
|
||||
package() {
|
||||
cd ${srcdir}/${_pkgname}-${pkgver}
|
||||
make DESTDIR=${pkgdir} install || return 1
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user