diff options
Diffstat (limited to 'testing/wayland-protocols/APKBUILD')
-rw-r--r-- | testing/wayland-protocols/APKBUILD | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/testing/wayland-protocols/APKBUILD b/testing/wayland-protocols/APKBUILD deleted file mode 100644 index 9432fd7803..0000000000 --- a/testing/wayland-protocols/APKBUILD +++ /dev/null @@ -1,36 +0,0 @@ -# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> -# Maintainer: Valery Kartel <valery.kartel@gmail.com> -pkgname=wayland-protocols -pkgver=1.7 -pkgrel=3 -pkgdesc="Protocols and protocol extensions complementing the Wayland core protocol" -url="http://wayland.freedesktop.org" -arch="noarch" -license="MIT" -depends= -provides="$pkgname-dev" -makedepends="wayland-dev" -subpackages= -options="!check" -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 -} - -sha512sums="291a3226cc538de3b81bdffa5de513b305a946bfc3481e21c254fcc6a023e0cf2ff1869509c7ae193da02460f1d4a3c5cd5f1ca13b2550886acffcc636fb30d2 wayland-protocols-1.7.tar.xz" |