Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
andri saputra
Adélie Package Tree
Commits
9647ec81
Verified
Commit
9647ec81
authored
6 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/trigger-rally: new package
parent
36d33080
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
user/trigger-rally/APKBUILD
+29
-0
29 additions, 0 deletions
user/trigger-rally/APKBUILD
user/trigger-rally/dont-strip.patch
+20
-0
20 additions, 0 deletions
user/trigger-rally/dont-strip.patch
with
49 additions
and
0 deletions
user/trigger-rally/APKBUILD
0 → 100644
+
29
−
0
View file @
9647ec81
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname
=
trigger-rally
pkgver
=
0.6.5
pkgrel
=
0
pkgdesc
=
"Fast-paced rally racing game"
url
=
"http://trigger-rally.sourceforge.net/"
arch
=
"all"
options
=
"!check"
# No test suite.
license
=
"GPL-2.0-only"
depends
=
""
makedepends
=
"freealut-dev glew-dev glu-dev openal-soft-dev physfs-dev sdl2-dev
sdl2_image-dev"
source
=
"https://downloads.sourceforge.net/trigger-rally/trigger-rally-
$pkgver
.tar.gz
dont-strip.patch
"
build
()
{
cd
"
$builddir
"
/src
make
OPTIMS
=
"
$CXXFLAGS
-Wno-deprecated-declarations"
DESTDIR
=
"
$pkgdir
"
prefix
=
/usr build
}
package
()
{
cd
"
$builddir
"
/src
make
OPTIMS
=
"
$CXXFLAGS
"
DESTDIR
=
"
$pkgdir
"
prefix
=
/usr
install
}
sha512sums
=
"59f48c116b20e47559b4c07107fa4055a9ad516e9c147763e4ba5d2ead3a4a5101f7d690483a1ef0df847ca647c0f750937512ee579f4ae06908157d9eabf184 trigger-rally-0.6.5.tar.gz
a81781058177e012daaad58d72e4bdbdbc2730b1df76941ba03f06367545b213ba82a33bab46deba31570973deb1802a3d459704c3a963c38eec69ef82f228d5 dont-strip.patch"
This diff is collapsed.
Click to expand it.
user/trigger-rally/dont-strip.patch
0 → 100644
+
20
−
0
View file @
9647ec81
--- trigger-rally-0.6.5/src/GNUmakefile.old 2016-11-05 17:27:10.000000000 +0000
+++ trigger-rally-0.6.5/src/GNUmakefile 2018-08-07 02:37:36.010000000 +0000
@@ -118,7 +118,7 @@
@cd ../..; \
md5sum "$(DISTARC)" > "$(DISTARC).md5"
-# links the object files into the executable, which it then strips
+# links the object files into the executable
$(TR_EXEFILE): $(OBJFILES)
@printf "%s" $(CXX)
@for file in $(OBJFILES); do \
@@ -126,8 +126,6 @@
done;
@printf "\t-> %s\n" $@
@$(CXX) -o $@ $(OBJFILES) $(LDFLAGS)
- @printf "strip\t%s\n" $@
- @strip $@
#
# removes object files, dependency files, executable and
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment