void-packages/srcpkgs/wld-git/template
2014-08-09 13:16:11 +02:00

40 lines
1 KiB
Plaintext

# Template file for 'wld-git'
# Latest commit as of 20140809
_githash="3acacf1a0890231227172bfdc4509bda36369e71"
_gitshort="${_githash:0:7}"
pkgname=wld-git
version=20140809
revision=2
homepage="https://github.com/michaelforney/wld"
distfiles="https://github.com/michaelforney/wld/archive/${_githash}.tar.gz"
short_desc="Primitive drawing library targeted at Wayland"
maintainer="Enno Boland <eb@s01.de>"
hostmakedepends="pkg-config wayland-devel"
makedepends="pixman-devel fontconfig-devel libdrm-devel wayland-devel"
license="MIT"
checksum=020ec074fdee06c436a354ff13c2ecdd206ae33f095d8f711c9984a0faabd5e2
wrksrc=wld-${_githash}
do_build() {
sed -i '/^ENABLE_STATIC /d' config.mk
sed -i '/^CC /d' config.mk
sed -i '/^CFLAGS /d' config.mk
make CC="$CC" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
}
do_install() {
make PREFIX=/usr DESTDIR=$DESTDIR install
}
wld-git-devel_package() {
depends="wld-git>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}