mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
bglibs: use CFLAGS and LDFLAGS.
This commit is contained in:
parent
79b4b00a0f
commit
a6cafa346b
1 changed files with 6 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'bglibs'
|
# Template file for 'bglibs'
|
||||||
pkgname=bglibs
|
pkgname=bglibs
|
||||||
version=2.03
|
version=2.03
|
||||||
revision=3
|
revision=4
|
||||||
nocross=yes
|
nocross=yes
|
||||||
hostmakedepends="libtool perl"
|
hostmakedepends="libtool perl"
|
||||||
short_desc="A 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="GPL-2"
|
||||||
homepage="http://untroubled.org/bglibs/"
|
homepage="http://untroubled.org/bglibs/"
|
||||||
distfiles="http://untroubled.org/bglibs/bglibs-2.03.tar.gz"
|
distfiles="http://untroubled.org/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=fcc80b2deef7819abc9c155c4f393f4fc51e73400139c1c78bbe3015f2b12739
|
checksum=fcc80b2deef7819abc9c155c4f393f4fc51e73400139c1c78bbe3015f2b12739
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
|
@ -21,7 +21,9 @@ do_build() {
|
||||||
echo "/usr/lib" > conf-lib
|
echo "/usr/lib" > conf-lib
|
||||||
echo "/usr/bin" > conf-bin
|
echo "/usr/bin" > conf-bin
|
||||||
echo "/usr/share/man" > conf-man
|
echo "/usr/share/man" > conf-man
|
||||||
make
|
echo "$CC $CFLAGS" > conf-cc
|
||||||
|
echo "$CC $LDFLAGS" > conf-ld
|
||||||
|
make ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue