diff options
author | Daniel Sabogal <dsabogalcc@gmail.com> | 2017-03-08 19:47:49 -0500 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-03-10 09:31:10 +0000 |
commit | b124569f67c59fb43f5feb5eb58e030c450eeeb9 (patch) | |
tree | 07bfe20513ce23b376b867e9a9e7d1581d5c77a7 | |
parent | 109b65378fea03d009ab046fb2c6b4d7746bf48e (diff) | |
download | aports-b124569f67c59fb43f5feb5eb58e030c450eeeb9.tar.bz2 aports-b124569f67c59fb43f5feb5eb58e030c450eeeb9.tar.xz |
testing/wayland-protocols: use !check instead of stub
-rw-r--r-- | testing/wayland-protocols/APKBUILD | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/testing/wayland-protocols/APKBUILD b/testing/wayland-protocols/APKBUILD index 4998c58f80..9432fd7803 100644 --- a/testing/wayland-protocols/APKBUILD +++ b/testing/wayland-protocols/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Valery Kartel <valery.kartel@gmail.com> pkgname=wayland-protocols pkgver=1.7 -pkgrel=2 +pkgrel=3 pkgdesc="Protocols and protocol extensions complementing the Wayland core protocol" url="http://wayland.freedesktop.org" arch="noarch" @@ -11,6 +11,7 @@ depends= provides="$pkgname-dev" makedepends="wayland-dev" subpackages= +options="!check" source="https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz" builddir="$srcdir/$pkgname-$pkgver" @@ -27,10 +28,6 @@ build() { make || return 1 } -check() { - : -} - package() { make DESTDIR="$pkgdir" \ -C "$builddir" install || return 1 |