openbsd-rs: use our CFLAGS.
This commit is contained in:
parent
522eabef68
commit
149b0e19b4
@ -1,9 +1,8 @@
|
|||||||
# Template file for 'openbsd-rs'
|
# Template file for 'openbsd-rs'
|
||||||
pkgname=openbsd-rs
|
pkgname=openbsd-rs
|
||||||
version=1.22
|
version=1.22
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="rs-${version}"
|
wrksrc="rs-${version}"
|
||||||
build_style=gnu-makefile
|
|
||||||
short_desc="Reshape a data array text file"
|
short_desc="Reshape a data array text file"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
@ -11,6 +10,9 @@ homepage="http://github.com/chneukirchen/rs"
|
|||||||
distfiles="https://github.com/chneukirchen/rs/archive/v${version}.tar.gz"
|
distfiles="https://github.com/chneukirchen/rs/archive/v${version}.tar.gz"
|
||||||
checksum=30727538ed5c5347fd2f23c483ecece0409befff72cd27f34591520bb636a99c
|
checksum=30727538ed5c5347fd2f23c483ecece0409befff72cd27f34591520bb636a99c
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
make CC=$CC CFLAGS="$CFLAGS"
|
||||||
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin rs
|
vbin rs
|
||||||
vman rs.1
|
vman rs.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user