summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3b86fb9da66ffa314626192939d9f5b8d0e3bb7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: mawenbo <b1431736437@163.com>
pkgname=wine-arm
pkgver=6.17
pkgrel=1
pkgdesc="Wine is not emulator"
url="https://winehq.org"
license=(LGPL2.1)
arch=('aarch64' 'armv7')
depends=()
makedepends=('alsa-lib' 'libpulse' 'dbus' 'fontconfig' 'freetype'2 'gnutls' 'libjpeg-turbo' 'libpng' 'libtiff' 'mesa' 'libxml2' 'libxslt' 'faudio' 'gstreamer' 'mpg123' 'sdl2' 'vkd3d' 'vulkan-headers' 'bison' 'clang' 'gcc' 'make')
checkdepends=(desktop-file-utils)
source=("https://dl.winehq.org/wine/source/6.x/wine-$pkgver.tar.xz")
sha256sums=('SKIP')

package() {
cd $srcdir/wine-$pkgver/
echo 正在安装,可能需要亿些时间
./configure --prefix=/usr --without-x --without-freetype CC=clang CXX=clang++
make 
make install
}