diff options
| author | Taner Tas <taner76@gmail.com> | 2020-04-15 22:08:13 +0000 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-16 07:56:43 +0000 |
| commit | 32e8c0beac9eef79759d950eefc5e7868a7cd6ba (patch) | |
| tree | 2d4a571f2f792f3fd4ef95b460027238da459bce /testing/fs-uae | |
| parent | 828a79d7b5d71842c069a1a6e46b8b143b03c0fe (diff) | |
| download | aports-32e8c0beac9eef79759d950eefc5e7868a7cd6ba.tar.bz2 aports-32e8c0beac9eef79759d950eefc5e7868a7cd6ba.tar.xz | |
testing/fs-uae* : upgrade to 3.0.3
* move to community
Diffstat (limited to 'testing/fs-uae')
| -rw-r--r-- | testing/fs-uae/APKBUILD | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/testing/fs-uae/APKBUILD b/testing/fs-uae/APKBUILD deleted file mode 100644 index 4a32fbeb67..0000000000 --- a/testing/fs-uae/APKBUILD +++ /dev/null @@ -1,42 +0,0 @@ -# Contributor: Taner Tas <taner76@gmail.com> -# Maintainer: Taner Tas <taner76@gmail.com> -pkgname=fs-uae -# Remember to upgrade fs-uae-launcher to same version of fs-uae -pkgver=3.0.2 -pkgrel=0 -pkgdesc="Amiga emulator." -url="https://fs-uae.net/" -arch="all !armhf !armv7 !aarch64 !s390x !mips !mips64" # --enable-jit not supported for these arches -license="GPL-2.0-only" -makedepends="zip sdl2-dev libpng-dev libx11-dev libxi-dev openal-soft-dev linux-headers libmpeg2-dev glib-dev" -subpackages="$pkgname-lang" -source="https://fs-uae.net/stable/$pkgver/fs-uae-$pkgver.tar.gz" -options="!check" - -build() { - local _jitoptions= - unset CFLAGS CXXFLAGS - case "$CARCH" in - ppc64le) - _jitoptions="--disable-jit" - export CFLAGS="-g -O2 -U__ALTIVEC__" - export CXXFLAGS="-D__STRICT_ANSI__ -g -O2 -U__ALTIVEC__" - ;; - esac - - ./configure \ - --build=$CBUILD \ - --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --localstatedir=/var \ - $_jitoptions \ - --enable-sdl2 - make -} - -package() { - make DESTDIR="$pkgdir" install - rm -rf "$pkgdir"/usr/share/doc -} -sha512sums="4727e61276e75e7b622b7c22b3991955efff0cf371215a0c72158d1f78e78dad7e82680865891ce015472606e8f55ed568c22a157760cc0779bef39aefc8c416 fs-uae-3.0.2.tar.gz" |
