# Contributor: Jean-Charles de Longueville # Maintainer: Francesco Colista pkgname=nx-libs pkgver=3.5.99.20 pkgrel=0 pkgdesc="NoMachine libraries (redistributed by x2go)" url="http://x2go.org" arch="all" license="GPL-2.0-or-later" depends="font-cursor-misc font-misc-misc" makedepends="libx11-dev zlib-dev libjpeg-turbo-dev libpng-dev libfontenc-dev linux-headers libxml2-dev xkbcomp-dev imake bash automake autoconf libtool libxext-dev libxdamage-dev libxrandr-dev libxtst-dev pixman-dev gccmakedep libxfont-dev libxpm-dev libxcomposite-dev libxinerama-dev" subpackages="$pkgname-dev $pkgname-doc" source="https://github.com/ArcticaProject/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz xf86bigfont.patch fix-musl-headers-x86.patch" builddir="$srcdir"/$pkgname-$pkgver prepare() { cd "$builddir" #Every Makefile has /usr/local as PREFIX, so replace that sed -i -e 's,/usr/local,/usr,' nx-X11/config/cf/site.def default_prepare } build() { cd "$builddir" make -j1 PREFIX=/usr USRLIBDIR=/usr/lib SHLIBDIR=/usr/lib CONFIGURE="./configure --prefix=/usr --libdir=/usr/lib --includedir=/usr/include" || return 1 } package() { cd "$builddir" make PREFIX=/usr DESTDIR="$pkgdir" USRLIBDIR=/usr/lib SHLIBDIR=/usr/lib install CONFIGURE="./configure --prefix=/usr --libdir=/usr/lib --includedir=/usr/include" || return 1 } sha512sums="4c1ababd0c3ee09bb70e68f7f8d26922b6278c5167d50eec09f8017862536e729e33a083ca6adc98ea7776ce4aaf69157a09f8cb4a94b9d2e2b02262daccbefc nx-libs-3.5.99.20.tar.gz ee090f4e7f5933cbea6398ac461539cbdc8b7fd62f32934c78298c1e217d2a60e7f796bffdb88d36816bbfa9becd810846f5b988b5191e5a5b9da5def5d730fa xf86bigfont.patch d4a881b66f0258d6d9fb947a526868944e58217d534316dfa3f0837035415467a1e8841bf6c5b821ccedcc0c9e07b425f05243ddbd22aaec7ea2165c87d9211e fix-musl-headers-x86.patch"