mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
bglibs: needs which hostmakedepends; fix xlint
This commit is contained in:
parent
b13ed56786
commit
2eca588742
1 changed files with 3 additions and 4 deletions
|
@ -2,14 +2,14 @@
|
||||||
pkgname=bglibs
|
pkgname=bglibs
|
||||||
version=2.04
|
version=2.04
|
||||||
revision=1
|
revision=1
|
||||||
nocross=yes
|
hostmakedepends="libtool perl which"
|
||||||
hostmakedepends="libtool perl"
|
|
||||||
short_desc="Collection of libraries by Bruce Guenter"
|
short_desc="Collection of libraries by Bruce Guenter"
|
||||||
maintainer="bougyman <tj@rubyists.com>"
|
maintainer="bougyman <tj@rubyists.com>"
|
||||||
license="GPL-2"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="http://untroubled.org/bglibs/"
|
homepage="http://untroubled.org/bglibs/"
|
||||||
distfiles="http://untroubled.org/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="http://untroubled.org/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=e4ae34a4c43f72ff0c5f100b3ac432460e7d736a7f0708d5e429c97dd5c52474
|
checksum=e4ae34a4c43f72ff0c5f100b3ac432460e7d736a7f0708d5e429c97dd5c52474
|
||||||
|
nocross=yes
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
echo "/usr/include" > conf-include
|
echo "/usr/include" > conf-include
|
||||||
|
@ -25,7 +25,6 @@ do_install() {
|
||||||
install_prefix="${DESTDIR}" make install
|
install_prefix="${DESTDIR}" make install
|
||||||
find "${DESTDIR}"/usr/lib -name "*.a" -exec chmod 0644 {} \;
|
find "${DESTDIR}"/usr/lib -name "*.a" -exec chmod 0644 {} \;
|
||||||
vdoc README
|
vdoc README
|
||||||
vlicense COPYING
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bglibs-devel_package() {
|
bglibs-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue