bglibs: needs which hostmakedepends; fix xlint

This commit is contained in:
Jürgen Buchmüller 2020-05-27 10:26:37 +02:00
parent b13ed56786
commit 2eca588742

View file

@ -2,14 +2,14 @@
pkgname=bglibs
version=2.04
revision=1
nocross=yes
hostmakedepends="libtool perl"
hostmakedepends="libtool perl which"
short_desc="Collection of libraries by Bruce Guenter"
maintainer="bougyman <tj@rubyists.com>"
license="GPL-2"
license="LGPL-2.1-or-later"
homepage="http://untroubled.org/bglibs/"
distfiles="http://untroubled.org/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=e4ae34a4c43f72ff0c5f100b3ac432460e7d736a7f0708d5e429c97dd5c52474
nocross=yes
do_build() {
echo "/usr/include" > conf-include
@ -25,7 +25,6 @@ do_install() {
install_prefix="${DESTDIR}" make install
find "${DESTDIR}"/usr/lib -name "*.a" -exec chmod 0644 {} \;
vdoc README
vlicense COPYING
}
bglibs-devel_package() {