initial import
This commit is contained in:
32
trigger-rally/PKGBUILD
Normal file
32
trigger-rally/PKGBUILD
Normal file
@@ -0,0 +1,32 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=trigger-rally
|
||||
pkgver=0.6.6.1
|
||||
pkgrel=5
|
||||
pkgdesc="Free and libre OpenGL rally car racing game"
|
||||
arch=('i686' 'x86_64')
|
||||
url='https://sourceforge.net/projects/trigger-rally/'
|
||||
license=('GPL-2')
|
||||
depends=('physfs' 'tinyxml2' 'freealut' 'glu' xdg-utils 'sdl2_image' 'glew')
|
||||
makedepends=('tinyxml2' 'openal')
|
||||
groups=('games')
|
||||
install=trigger-rally.install
|
||||
source=(https://sourceforge.net/projects/trigger-rally/files/trigger-$pkgver/$pkgname-$pkgver.tar.gz
|
||||
$pkgname.png
|
||||
$pkgname.desktop)
|
||||
sha512sums=('feed805858ef63907bb10088761f1219b22fe55ead268511ef73b18aa0f18d79e87d4e2cbfb76361b1dec3949b59464af33efe31e81f06ae7e163430f3336669'
|
||||
'a7ebc8cb714755701b4e9b83cb4773679d1bbdae66ed1bd9dc747474b027fbda31c6e723cf4f910d833b16ae5e354660030dc9c7d86022006ed7f2f0e03c1d14'
|
||||
'4452d0a879e2f4b4ddbd5204161fbd01cb973ca0f69812ed49d5691e5c74e1e0b17ee451291a90b757ab37d706873dae4f29c9717d6db4ab924c92c438b7fb87')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver/src
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $pkgname-$pkgver/src
|
||||
prefix="/usr" exec_prefix="/usr" make DESTDIR=$pkgdir install
|
||||
install -Dm644 $srcdir/$pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop
|
||||
install -Dm644 $srcdir/$pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
|
||||
install -Dm644 "${srcdir}/${pkgname}-${pkgver}/doc/COPYING.txt" -t "${pkgdir}/usr/share/licenses/${pkgname}"
|
||||
}
|
||||
10
trigger-rally/trigger-rally.desktop
Normal file
10
trigger-rally/trigger-rally.desktop
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env xdg-open
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Version=0.6.6.1
|
||||
Name=Trigger
|
||||
Comment=Fast-paced 3D single-player rally racing game
|
||||
Exec=trigger-rally
|
||||
Icon=trigger-rally
|
||||
Terminal=false
|
||||
Categories=Game;ActionGame;
|
||||
3
trigger-rally/trigger-rally.install
Normal file
3
trigger-rally/trigger-rally.install
Normal file
@@ -0,0 +1,3 @@
|
||||
post_install(){
|
||||
echo "Users wanting to play trigger should be on group games."
|
||||
}
|
||||
BIN
trigger-rally/trigger-rally.png
Normal file
BIN
trigger-rally/trigger-rally.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.0 KiB |
Reference in New Issue
Block a user