New package: wlc-0.0.2.
This commit is contained in:
parent
7a998da3d9
commit
abc5cd0090
|
@ -2415,3 +2415,4 @@ libvidstab.so.0.9 libvidstab-0.98b_1
|
|||
libxdo.so.3 xdotool-3.20150503.1_1
|
||||
libabigail.so.0 libabigail-1.0.rc3_1
|
||||
libgames-support.so.2 libgames-support-1.0.1_1
|
||||
libwlc.so.0 wlc-0.0.2_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
wlc
|
|
@ -0,0 +1,28 @@
|
|||
# Template build file for 'wlc'
|
||||
pkgname=wlc
|
||||
version=0.0.2
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="pixman-devel MesaLib-devel libxkbcommon-devel libdrm-devel
|
||||
xcb-util-image-devel xcb-util-wm-devel wayland-devel libinput-devel"
|
||||
short_desc="Wayland Compositor Library"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="https://github.com/Cloudef/wlc"
|
||||
license="MIT"
|
||||
distfiles="https://github.com/Cloudef/$pkgname/releases/download/v${version}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=f430c81197a2157487c597206c1020eab81788b2673929c6118b95376af5e7cd
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
wlc-devel_package() {
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/lib/*.so
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue