Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Games
KsirK
Commits
70493a95
Commit
70493a95
authored
Aug 10, 2022
by
Nicolas Fella
Browse files
Remove obsolete PKGBUILD file
It's ancient
parent
667c2e4b
Pipeline
#215500
passed with stage
in 2 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
packaging/arch/PKGBUILD
deleted
100644 → 0
View file @
667c2e4b
pkgname
=
ksirk
pkgver
=
1.8beta1
pkgrel
=
1
pkgdesc
=
"KsirK is a strategy game for KDE inspired by the well known game Risk."
url
=
'http://www.kde-apps.org/content/show.php?content=21450'
license
=
"GPL"
depends
=(
'kdebase'
)
makedepends
=()
conflicts
=()
replaces
=()
backup
=()
install
=
source
=(
http://download.gna.org/ksirk/ksirk-1.8beta8.tar.bz2
)
md5sums
=(
b199a0ce22a64c99144f6449f6403b39
)
build
()
{
cd
$startdir
/src/ksirk-1.8beta1
./configure
--prefix
=
$(
kde-config
--prefix
)
make
||
return
1
./waf.py
--destdir
=
$startdir
/pkg
install
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment