Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
desktop
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
16
Issues
16
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
6
Merge Requests
6
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chakra
Packages
desktop
Commits
255c90a4
Commit
255c90a4
authored
Sep 02, 2011
by
Adrián Chaves Fernández (Gallaecio)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added Capitalism 0.5.1.
parent
03f5e234
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
46 additions
and
0 deletions
+46
-0
capitalism/PKGBUILD
capitalism/PKGBUILD
+46
-0
No files found.
capitalism/PKGBUILD
0 → 100644
View file @
255c90a4
#
# Games Packages for Chakra, part of chakra-project.org
#
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
pkgname
=
capitalism
_pkgname
=
Capitalism
pkgver
=
0.5.1
_pkgver
=
0.5
pkgrel
=
1
pkgdesc
=
"Interface to play board games like Monopoly™ online."
arch
=(
'i686'
'x86_64'
)
url
=
"http://qt-apps.org/content/show.php?content=113173"
screenshot
=
"http://qt-apps.org/CONTENT/content-pre1/113173-1.png"
license
=(
'GPL2'
)
depends
=(
'qt'
)
source
=(
http://downloads.sourceforge.net/project/
$pkgname
/
$_pkgname
/
$_pkgver
/
$pkgname
-
$pkgver
.tbz
)
md5sums
=(
'f232647ecee3c2bd9ae53822812e2dd2'
)
build
()
{
cd
$srcdir
/
$_pkgname
-
$pkgver
qmake
-makefile
make
}
package
()
{
cd
$srcdir
/
$_pkgname
-
$pkgver
# Binary and data.
install
-d
$pkgdir
/usr/share/
$pkgname
cp
-r
$_pkgname
games icons images ts
$pkgdir
/usr/share/
$pkgname
/
# Execution script.
install
-d
$pkgdir
/usr/bin/
echo
"#!/bin/bash"
>
$pkgdir
/usr/bin/
$pkgname
echo
"cd /usr/share/
$pkgname
"
>>
$pkgdir
/usr/bin/
$pkgname
echo
"./
$_pkgname
\$
@"
>>
$pkgdir
/usr/bin/
$pkgname
chmod
+x
$pkgdir
/usr/bin/
$pkgname
# Documentation.
install
-Dm644
changelog
$pkgdir
/usr/doc/
$pkgname
/ChangeLog
install
-Dm644
README
$pkgdir
/usr/doc/
$pkgname
/information.txt
# License.
install
-Dm644
copying.txt
$pkgdir
/usr/doc/
$pkgname
/license.txt
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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