void-packages/srcpkgs/wayland/template

44 lines
1 KiB
Text
Raw Normal View History

2012-10-23 05:32:52 +00:00
# Template file for 'wayland'.
pkgname=wayland
2013-10-11 08:30:22 +00:00
version=1.3.0
2013-07-14 07:28:47 +00:00
revision=1
2012-10-23 05:32:52 +00:00
build_style=gnu-configure
configure_args="--disable-documentation --disable-static"
2013-04-06 09:37:00 +00:00
hostmakedepends="pkg-config flex"
2013-10-11 08:30:22 +00:00
makedepends="libfl-devel libffi-devel expat-devel"
2012-10-23 05:32:52 +00:00
short_desc="Wayland protocol compositor"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://wayland.freedesktop.org/"
license="MIT"
distfiles="http://wayland.freedesktop.org/releases/wayland-${version}.tar.xz"
2013-10-11 08:30:22 +00:00
checksum=2e817685f68a26acd19964d69ddbc4549ba5412114ad95e1a9f5934cce470d6e
if [ "$CROSS_BUILD" ]; then
2013-10-11 08:30:22 +00:00
hostmakedepends+=" libtool wayland-devel"
2013-05-15 09:16:34 +00:00
pre_configure() {
2013-10-11 08:30:22 +00:00
libtoolize -f
2013-05-15 09:16:34 +00:00
}
post_configure() {
# Use host wayland-scanner
sed -e 's,$(AM_V_GEN)$(wayland_scanner),wayland-scanner,g' -i src/Makefile.in
}
fi
wayland-devel_package() {
depends="${sourcepkg}>=${version}"
2013-05-15 09:16:34 +00:00
short_desc+=" - development files"
pkg_install() {
vmove usr/bin
vmove usr/include
vmove usr/share
vmove usr/lib/pkgconfig
2013-07-14 07:28:47 +00:00
vmove "usr/lib/*.so"
}
}
wayland_package() {
pkg_install() {
2013-10-11 08:30:22 +00:00
vmove all
}
}