diff --git a/srcpkgs/bglibs/template b/srcpkgs/bglibs/template index e64e8ffe82..3aa84f0f22 100644 --- a/srcpkgs/bglibs/template +++ b/srcpkgs/bglibs/template @@ -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 " -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() {