diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-01-06 11:29:23 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-01-12 22:37:02 +0100 |
commit | 4f83232e8d307f6184900c6e4a99a5f76dc66fa4 (patch) | |
tree | 0b82125ec3f2bccb43384e2bdae75ffbce16958a /package/libsha1/libsha1.mk | |
parent | b6de4b198e3677fcb158fa780329321862b8d171 (diff) | |
download | buildroot-novena-4f83232e8d307f6184900c6e4a99a5f76dc66fa4.tar.gz buildroot-novena-4f83232e8d307f6184900c6e4a99a5f76dc66fa4.zip |
libsha1: new package
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libsha1/libsha1.mk')
-rw-r--r-- | package/libsha1/libsha1.mk | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package/libsha1/libsha1.mk b/package/libsha1/libsha1.mk new file mode 100644 index 000000000..e9658af4b --- /dev/null +++ b/package/libsha1/libsha1.mk @@ -0,0 +1,15 @@ +############################################################# +# +# libsha1 +# +############################################################# + +LIBSHA1_VERSION = 0.3 +LIBSHA1_SITE = http://github.com/dottedmag/libsha1/tarball/$(LIBSHA1_VERSION) +LIBSHA1_INSTALL_STAGING = YES + +# We're getting the source code from Github, so there is no generated +# configure script in the tarball. +LIBSHA1_AUTORECONF = YES + +$(eval $(autotools-package)) |