Skip to content

Instantly share code, notes, and snippets.

View nikescar's full-sized avatar
😁
;)

Woojae, Park nikescar

😁
;)
View GitHub Profile
include $(TOPDIR)/rules.mk
PKG_NAME:=libhdf5
PKG_VERSION:=1.8.9
PKG_RELEASE:=1
PKG_SOURCE:=hdf5-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8.9/src/hdf5-1.8.9.tar.gz
PKG_MD5SUM:=d1266bb7416ef089400a15cc7c963218
#PKG_VERSION:=1.8.10
#PKG_RELEASE:=1
#!/bin/bash
#
# This file echoes a bunch of color codes to the
# terminal to demonstrate what's available. Each
# line is the color code of one forground color,
# out of 17 (default + 16 escapes), followed by a
# test use of that color on all nine background
# colors (default + 8 escapes).
#