aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 0 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fa6a9c3a0cac..e6a474d60549 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,6 @@ pkgdesc="CGM rc Heli Flight Simulator"
arch=('i686' 'x86_64')
url="http://www.rc-aerobatics.eu/index_e.html"
license=('custom')
-groups=()
-backup=()
-options=()
-install=
-depends=()
optdepends=( 'joyutils: jscal, jstest, and jsattach utilities for the Linux joystick driver')
source=( 'http://www.cgm-online.com/secure_rc-heli-simulator/cgm-rc-heli-simulator-linux-x86-64bit.zip'
@@ -66,5 +61,4 @@ package() {
cd "${pkgdir}/opt/${pkgname}"
if [ -f "./neXt.x86_64" ]; then ln -s "neXt.x86_64" "${pkgname}"; fi
if [ -f "./neXt.x86" ]; then ln -s "neXt.x86" "${pkgname}"; fi
-
}