Roman Shaposhnik 988c4057d6 main/*: bulk update of config.sub
Required for riscv64 needs

Signed-off-by: Roman Shaposhnik <rvs@zededa.com>
2021-06-05 17:32:41 +00:00

39 lines
914 B
Plaintext

# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libxrender
pkgver=0.9.10
pkgrel=3
pkgdesc="X Rendering Extension client library"
url="http://xorg.freedesktop.org/"
arch="all"
license="custom"
subpackages="$pkgname-dev $pkgname-doc"
options="!check" # No test suite.
depends=
makedepends="xorgproto libx11-dev util-macros"
source="https://www.x.org/releases/individual/lib/libXrender-$pkgver.tar.bz2"
prepare() {
default_prepare
update_config_sub
}
builddir="$srcdir"/libXrender-$pkgver
build() {
cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var
make
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
}
sha512sums="16ea0cf638b32d7df54b270457ef8c9d9a80da27fa845b105b560cb31027b4c7fe799cf23d6b6bac492be5961264e96d7845d316a9af4de9ff38bf40885ea6fe libXrender-0.9.10.tar.bz2"