Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Chakra
Packages
desktop
Commits
b61a002b
Commit
b61a002b
authored
Jul 24, 2012
by
Adrian Chaves Fernandez (Gallaecio)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Dust Racing 2D 0.3.1.
parent
f3dce0a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
14 deletions
+15
-14
dustrac/PKGBUILD
dustrac/PKGBUILD
+15
-14
No files found.
dustrac/PKGBUILD
View file @
b61a002b
#
# Games Packages for Chakra, part of chakra-project.org
#
# Maintainer: Adrián Chaves Fernández (Gallaecio)
# Maintainer: Adrián Chaves Fernández (Gallaecio)
<adriyetichaves@gmail.com>
pkgname
=
dustrac
pkgver
=
0.
2
.1
pkgver
=
0.
3
.1
pkgrel
=
1
pkgdesc
=
"Dust Racing (Dustrac) is a tile-based, 2D racing game."
arch
=(
'i686'
'x86_64'
)
...
...
@@ -14,7 +14,7 @@ license=('GPL3')
depends
=(
qt
)
makedepends
=(
cmake
)
source
=(
http://downloads.sourceforge.net/project/
$pkgname
/src/
$pkgname
-
$pkgver
.tar.gz
)
md5sums
=(
'
4eade7f5eab15395062a6488941b46e0
'
)
md5sums
=(
'
c47c780b77c6df12d516c2443ce53cf1
'
)
build
()
{
cd
$srcdir
/
$pkgname
-
$pkgver
...
...
@@ -30,21 +30,22 @@ package() {
# Manual installation.
mkdir
-p
$pkgdir
/usr/share/
$pkgname
rm
-R
data/images/raw
cp
-R
data dustrac editor
$pkgdir
/usr/share/
$pkgname
# Executables:
mkdir
-p
$pkgdir
/usr/bin
# Game.
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
# Editor.
echo
"#!/bin/bash"
>
$pkgdir
/usr/bin/
$pkgname
-editor
echo
"cd /usr/share/
$pkgname
"
>>
$pkgdir
/usr/bin/
$pkgname
-editor
echo
"./editor"
>>
$pkgdir
/usr/bin/
$pkgname
-editor
chmod
+x
$pkgdir
/usr/bin/
$pkgname
-editor
# Game.
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
# Editor.
echo
"#!/bin/bash"
>
$pkgdir
/usr/bin/
$pkgname
-editor
echo
"cd /usr/share/
$pkgname
"
>>
$pkgdir
/usr/bin/
$pkgname
-editor
echo
"./editor"
>>
$pkgdir
/usr/bin/
$pkgname
-editor
chmod
+x
$pkgdir
/usr/bin/
$pkgname
-editor
}
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