mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-03 03:21:35 +02:00
36 lines
1.0 KiB
Plaintext
36 lines
1.0 KiB
Plaintext
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
|
|
# Maintainer:
|
|
pkgname=wayland-protocols
|
|
pkgver=1.7
|
|
pkgrel=0
|
|
pkgdesc="Protocols and protocol extensions complementing the Wayland core protocol"
|
|
url="http://wayland.freedesktop.org"
|
|
arch="noarch"
|
|
license="MIT"
|
|
depends=""
|
|
makedepends="wayland-dev"
|
|
source="https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"
|
|
|
|
builddir="$srcdir/$pkgname-$pkgver"
|
|
build() {
|
|
cd "$builddir"
|
|
./configure \
|
|
--build=$CBUILD \
|
|
--host=$CHOST \
|
|
--prefix=/usr \
|
|
--sysconfdir=/etc \
|
|
--mandir=/usr/share/man \
|
|
--localstatedir=/var \
|
|
|| return 1
|
|
make || return 1
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" \
|
|
-C "$builddir" install || return 1
|
|
}
|
|
|
|
md5sums="9acfc9556f7cfedc44d97af60da66a5f wayland-protocols-1.7.tar.xz"
|
|
sha256sums="635f2a937d318f1fecb97b54074ca211486e38af943868dd0fa82ea38d091c1f wayland-protocols-1.7.tar.xz"
|
|
sha512sums="291a3226cc538de3b81bdffa5de513b305a946bfc3481e21c254fcc6a023e0cf2ff1869509c7ae193da02460f1d4a3c5cd5f1ca13b2550886acffcc636fb30d2 wayland-protocols-1.7.tar.xz"
|