913fbc7696
Also don't use variable in homepage
29 lines
764 B
Bash
29 lines
764 B
Bash
# Template file for 'libXfixes'
|
|
pkgname=libXfixes
|
|
version=6.0.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="xorgproto libX11-devel"
|
|
short_desc="Xfixes library and extension of X RandR from modular X.org"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://xorg.freedesktop.org"
|
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
|
checksum=a7c1a24da53e0b46cac5aea79094b4b2257321c621b258729bc3139149245b4c
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|
|
|
|
libXfixes-devel_package() {
|
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.a"
|
|
vmove "usr/lib/*.so"
|
|
vmove usr/share
|
|
}
|
|
}
|