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
b538f0bd
Commit
b538f0bd
authored
May 19, 2013
by
Adrián Chaves Fernández (Gallaecio)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added Valyria Tear.
parent
c2ee2c4d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
0 deletions
+30
-0
valyria-tear/PKGBUILD
valyria-tear/PKGBUILD
+30
-0
No files found.
valyria-tear/PKGBUILD
0 → 100644
View file @
b538f0bd
# Contributor: MCMic <come.bernigaud@laposte.net>
pkgname
=
valyria-tear
pkgver
=
0.5.1
pkgrel
=
1
pkgdesc
=
"Valyria Tear is an attempt at creating a free (as meant in the Gnu Public License) J-RPG game."
arch
=(
'any'
)
url
=
"http://valyriatear.blogspot.fr"
license
=(
'GPL'
)
depends
=(
'sdl'
'sdl_ttf'
'openal'
'libogg'
'libvorbis'
'glu'
'libpng'
'libjpeg'
'gettext'
'lua'
)
makedepends
=(
'cmake'
)
conflicts
=()
source
=(
"https://github.com/Bertram25/ValyriaTear/archive/
${
pkgver
}
/valyriatear-
${
pkgver
}
.tar.gz"
)
md5sums
=(
'c63c72da7a85446143fbf717d2d9732c'
)
build
()
{
cd
$srcdir
/ValyriaTear-
$pkgver
mkdir
-p
build
&&
cd
build
cmake
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_BUILD_TYPE
=
Release
\
..
make
}
package
()
{
cd
$srcdir
/ValyriaTear-
$pkgver
/build
make
install
DESTDIR
=
$pkgdir
}
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