summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbeest2017-02-19 16:25:57 -0500
committerbeest2017-02-19 16:25:57 -0500
commit890f865d3eb0e34ed23d8a7c0908f7fbce9c8e5c (patch)
tree6d86f3f33e3c86a9f1a8d11a7226df637117b5b8
parentbea4b7af817b1eaaae0afc9903d9ef20ea1d089b (diff)
downloadaur-890f865d3eb0e34ed23d8a7c0908f7fbce9c8e5c.tar.gz
cleaned up license and extraneous optdepends, removed copyrighted software
-rw-r--r--.SRCINFO11
-rwxr-xr-xPKGBUILD24
-rwxr-xr-xatari800.install18
3 files changed, 6 insertions, 47 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3005119657c5..02917160ef58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,23 +1,16 @@
pkgbase = atari800
pkgdesc = An emulator of the Atari 800/800XL/130XE/5200 with various extensions
pkgver = 3.1.0
- pkgrel = 1
+ pkgrel = 2
url = http://atari800.sourceforge.net/
- install = atari800.install
arch = i686
arch = x86_64
arch = armv6h
- license = GPL
- makedepends = unzip
+ license = GPL2
depends = libpng
depends = sdl
- optdepends = xboxdrv: XBox/360gamepad driver - supports a multitude of controllers ,like PS3 USB controller
- optdepends = qtsixa: utility to configure and use sixaxis controller via bluetooth
- optdepends = jstest-gtk: simple GTK2-based joystick tester and calibrator
source = http://downloads.sourceforge.net/sourceforge/atari800/atari800-3.1.0.tar.gz
- source = http://sourceforge.net/projects/atari800/files/ROM/Original%20XL%20ROM/xf25.zip
md5sums = 354f8756a7f33cf5b7a56377d1759e41
- md5sums = 4dc3b6b4313e9596c4d474785a37b94d
pkgname = atari800
diff --git a/PKGBUILD b/PKGBUILD
index ac91aa437ada..140909378257 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,23 +5,14 @@
pkgname=atari800
pkgver=3.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="An emulator of the Atari 800/800XL/130XE/5200 with various extensions"
arch=('i686' 'x86_64' 'armv6h')
url="http://atari800.sourceforge.net/"
-license=('GPL')
+license=('GPL2')
depends=('libpng' 'sdl')
-optdepends=(
- 'xboxdrv: XBox/360gamepad driver - supports a multitude of controllers ,like PS3 USB controller'
- 'qtsixa: utility to configure and use sixaxis controller via bluetooth'
- 'jstest-gtk: simple GTK2-based joystick tester and calibrator'
-)
-makedepends=('unzip')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz \
- http://sourceforge.net/projects/atari800/files/ROM/Original%20XL%20ROM/xf25.zip)
-install=atari800.install
-md5sums=('354f8756a7f33cf5b7a56377d1759e41' \
- '4dc3b6b4313e9596c4d474785a37b94d')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('354f8756a7f33cf5b7a56377d1759e41')
build()
{
@@ -43,11 +34,4 @@ package()
{
cd ${srcdir}/${pkgname}-${pkgver}/src
make DESTDIR=${pkgdir} install
-
- # Copy the required ROMs and disks to /usr/share/atari800
- cd ${srcdir}
- install -d ${pkgdir}/usr/share/${pkgname}
- for _n in *.ROM *.XFD *.ATR; do
- install -m644 ${_n} ${pkgdir}/usr/share/${pkgname}/
- done
}
diff --git a/atari800.install b/atari800.install
deleted file mode 100755
index 0743de5fefa5..000000000000
--- a/atari800.install
+++ /dev/null
@@ -1,18 +0,0 @@
-# Message displayed for a fresh install.
-post_install()
-{
- # Display a helpful message to the user
- echo ""
- echo "***************************************************************"
- echo " Running Atari800 for the first time will create a config file"
- echo " at $HOME/.atari800.cfg and immediately open the emulator."
- echo " Pressing the F1 key will open the menu where you should modify"
- echo " the emultion configuration ROM path to /usr/share/atari800"
- echo " to use the included ROMs Atari800 needs for emulation."
- echo "***************************************************************"
- echo ""
-}
-
-op=$1
-shift
-$op $* \ No newline at end of file