mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
testing/flightgear: enable dbg subpkg, add post-install
This commit is contained in:
parent
8b034c5b79
commit
1add8b4d97
@ -2,7 +2,7 @@
|
|||||||
# Maintainer:
|
# Maintainer:
|
||||||
pkgname=flightgear
|
pkgname=flightgear
|
||||||
pkgver=2018.2.1
|
pkgver=2018.2.1
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="Sophisticated flight simulator"
|
pkgdesc="Sophisticated flight simulator"
|
||||||
url="http://flightgear.org"
|
url="http://flightgear.org"
|
||||||
arch="all !aarch64"
|
arch="all !aarch64"
|
||||||
@ -11,8 +11,8 @@ makedepends="$depends_dev boost-dev cmake curl-dev dbus-dev eudev-dev
|
|||||||
freeglut-dev glew-dev libx11-dev libxi-dev libxmu-dev mesa-dev
|
freeglut-dev glew-dev libx11-dev libxi-dev libxmu-dev mesa-dev
|
||||||
openal-soft-dev openscenegraph-dev plib qt5-qtbase-dev
|
openal-soft-dev openscenegraph-dev plib qt5-qtbase-dev
|
||||||
qt5-qtdeclarative-dev simgear zlib-dev"
|
qt5-qtdeclarative-dev simgear zlib-dev"
|
||||||
install=
|
install="$pkgname.post-install"
|
||||||
subpackages="$pkgname-doc"
|
subpackages="$pkgname-doc $pkgname-dbg"
|
||||||
source="http://downloads.sourceforge.net/project/$pkgname/release-${pkgver%.[1-9]*}/$pkgname-$pkgver.tar.bz2
|
source="http://downloads.sourceforge.net/project/$pkgname/release-${pkgver%.[1-9]*}/$pkgname-$pkgver.tar.bz2
|
||||||
musl-fixes.patch
|
musl-fixes.patch
|
||||||
"
|
"
|
||||||
|
10
testing/flightgear/flightgear.post-install
Executable file
10
testing/flightgear/flightgear.post-install
Executable file
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
echo
|
||||||
|
echo " Please download the flightgear-data-VERSION.tar.bz2 file at:"
|
||||||
|
echo
|
||||||
|
echo " http://downloads.sourceforge.net/project/flightgear"
|
||||||
|
echo
|
||||||
|
echo " and extract it in /var/lib/flightgear"
|
||||||
|
echo " before running the program or change its location"
|
||||||
|
echo " by setting the variable FG_ROOT"
|
||||||
|
echo
|
Loading…
Reference in New Issue
Block a user