Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Chakra
Packages
desktop
Commits
41c2150a
Commit
41c2150a
authored
Aug 23, 2011
by
Adrián Chaves Fernández (Gallaecio)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added Avoidision plus engine it depends on (Radius Engine) from the AUR.
parent
5cc2b08d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
67 additions
and
0 deletions
+67
-0
avoision/PKGBUILD
avoision/PKGBUILD
+31
-0
radius-engine/PKGBUILD
radius-engine/PKGBUILD
+36
-0
No files found.
avoision/PKGBUILD
0 → 100644
View file @
41c2150a
#
# Games Packages for Chakra, part of chakra-project.org
#
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
# Contributor: Iwan Gabovitch <qubodup@gmail.com>
pkgname
=
avoision
pkgver
=
0.7
pkgrel
=
1
pkgdesc
=
"Simple arcade-style game."
arch
=(
i686 x86_64
)
url
=
"http://avsn.sourceforge.net/"
license
=(
"GPL3"
)
depends
=(
'lua'
'radius-engine'
'sdl'
)
source
=(
http://sourceforge.net/projects/avsn/files/
$pkgname
-
$pkgver
.tar.gz
)
md5sums
=(
'4836b83817b9db51e1395e334270f031'
)
build
()
{
cd
$srcdir
/
$pkgname
-
$pkgver
./configure
\
--prefix
=
/usr
\
--sysconfdir
=
/etc
make
}
package
()
{
cd
$srcdir
/
$pkgname
-
$pkgver
make
DESTDIR
=
$pkgdir
install
}
radius-engine/PKGBUILD
0 → 100644
View file @
41c2150a
#
# Games Packages for Chakra, part of chakra-project.org
#
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
# Contributor: Iwan Gabovitch <qubodup@gmail.com>
pkgname
=
radius-engine
pkgver
=
0.7
pkgrel
=
1
pkgdesc
=
"2D game engine built on top of SDL, OpenGL, and Lua."
arch
=(
i686 x86_64
)
url
=
"http://radius-engine.sourceforge.net/"
license
=(
"MIT"
)
depends
=(
'lua'
'physfs'
'sdl'
'sdl_sound'
)
makedepends
=(
'sed'
)
source
=(
http://sourceforge.net/projects/
$pkgname
/files/
$pkgname
-
$pkgver
.tar.gz
)
md5sums
=(
'1eaf4858adf4b7d049bff0d11a070848'
)
build
()
{
cd
$srcdir
/
$pkgname
-
$pkgver
# Dirty fix.
sed
-i
's/lua5.1/lua/g'
configure
# Configure and build.
./configure
\
--prefix
=
/usr
\
--sysconfdir
=
/etc
make
}
package
()
{
cd
$srcdir
/
$pkgname
-
$pkgver
make
DESTDIR
=
$pkgdir
install
}
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