qrintf: remove unused do_build().

This commit is contained in:
Juan RP 2015-09-28 20:36:04 +02:00
parent e86078c36d
commit eda61d6ad7

View file

@ -12,9 +12,6 @@ homepage="https://github.com/h2o/qrintf"
distfiles="https://github.com/h2o/qrintf/archive/v${version}.tar.gz" distfiles="https://github.com/h2o/qrintf/archive/v${version}.tar.gz"
checksum=b63950395ebb2fbf32d0047b4155f92b88b57d557ca3225dafc40216d3f90899 checksum=b63950395ebb2fbf32d0047b4155f92b88b57d557ca3225dafc40216d3f90899
do_build() {
make CC=$CC
}
do_install() { do_install() {
make PREFIX=${DESTDIR}/usr install make PREFIX=${DESTDIR}/usr install
sed -n '3,21 p' bin/qrintf > LICENSE sed -n '3,21 p' bin/qrintf > LICENSE