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
8d228952
Commit
8d228952
authored
Jul 21, 2011
by
Adrián Chaves Fernández (Gallaecio)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added Pingus, based on Arch Linux PKGBUILD, and by request of 'rajitsingh' through Identi.ca.
parent
293300fb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
50 additions
and
0 deletions
+50
-0
pingus/ChangeLog
pingus/ChangeLog
+21
-0
pingus/PKGBUILD
pingus/PKGBUILD
+29
-0
No files found.
pingus/ChangeLog
0 → 100644
View file @
8d228952
2010-03-18 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* pingus 0.7.2-8
* Rebuilt against boost 1.41.0
2010-02-23 Eric Belanger <eric@archlinux.org>
* pingus 0.7.2-7
* Rebuilt against boost 1.42.0
2010-01-20 Eric Belanger <eric@archlinux.org>
* pingus 0.7.2-6
* Rebuilt against libpng 1.4/libjpeg 8
2009-07-13 Eric Belanger <eric@archlinux.org>
* pingus 0.7.2-2
* Rebuilt against boost 1.39
* Added gcc 4.4 patch
* Added ChangeLog
pingus/PKGBUILD
0 → 100644
View file @
8d228952
#
# Games Packages for Chakra, part of chakra-project.org
#
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
pkgname
=
pingus
pkgver
=
0.7.3
pkgrel
=
1
pkgdesc
=
"A Lemmings clone, i.e. a level-based puzzle game."
arch
=(
'i686'
'x86_64'
)
url
=
"http://pingus.seul.org"
license
=(
'GPL'
)
depends
=(
'gcc-libs'
'sdl_image'
'sdl_mixer'
'boost-libs>=1.46'
)
makedepends
=(
'boost>=1.46'
'scons'
)
source
=(
http://pingus.seul.org/files/
$pkgname
-
$pkgver
.tar.bz2
)
md5sums
=(
'7d1a0b0d658cc46dd09d6274f39acc7d'
)
build
()
{
cd
$srcdir
/
$pkgname
-
$pkgver
scons
\
prefix
=
/usr
}
package
()
{
cd
$srcdir
/
$pkgname
-
$pkgver
./install.sh
$pkgdir
/usr
}
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