aboutsummaryrefslogtreecommitdiffstats
path: root/testing/wayland-protocols
diff options
context:
space:
mode:
authorValery Kartel <valery.kartel@gmail.com>2017-02-27 18:26:32 +0200
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-03-01 09:57:53 +0000
commit0ec529d41ef4db62104c2d7eda19a42dfe186b5e (patch)
treeee28621203c29bf251f5043dd60857dfca9e273d /testing/wayland-protocols
parent084bb0082404581e2df7efe3be039506f9a3736e (diff)
downloadaports-0ec529d41ef4db62104c2d7eda19a42dfe186b5e.tar.bz2
aports-0ec529d41ef4db62104c2d7eda19a42dfe186b5e.tar.xz
testing/wayland-protocols: remove previously added -dev sub
-- provides wayland-protocols-dev add dummy check()
Diffstat (limited to 'testing/wayland-protocols')
-rw-r--r--testing/wayland-protocols/APKBUILD19
1 files changed, 8 insertions, 11 deletions
diff --git a/testing/wayland-protocols/APKBUILD b/testing/wayland-protocols/APKBUILD
index 31625e5842..4998c58f80 100644
--- a/testing/wayland-protocols/APKBUILD
+++ b/testing/wayland-protocols/APKBUILD
@@ -2,14 +2,15 @@
# Maintainer: Valery Kartel <valery.kartel@gmail.com>
pkgname=wayland-protocols
pkgver=1.7
-pkgrel=1
+pkgrel=2
pkgdesc="Protocols and protocol extensions complementing the Wayland core protocol"
url="http://wayland.freedesktop.org"
arch="noarch"
license="MIT"
-depends=""
+depends=
+provides="$pkgname-dev"
makedepends="wayland-dev"
-subpackages="$pkgname-dev"
+subpackages=
source="https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"
builddir="$srcdir/$pkgname-$pkgver"
@@ -26,17 +27,13 @@ build() {
make || return 1
}
+check() {
+ :
+}
+
package() {
make DESTDIR="$pkgdir" \
-C "$builddir" install || return 1
}
-dev() {
- mkdir -p "$subpkgdir"/usr/share || return 1
- mv "$pkgdir"/usr/share/pkgconfig \
- "$subpkgdir"/usr/share || return 1
-
- default_dev
-}
-
sha512sums="291a3226cc538de3b81bdffa5de513b305a946bfc3481e21c254fcc6a023e0cf2ff1869509c7ae193da02460f1d4a3c5cd5f1ca13b2550886acffcc636fb30d2 wayland-protocols-1.7.tar.xz"