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