X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fpackage%2Flibcgi%2Flibcgi.mk;fp=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fpackage%2Flibcgi%2Flibcgi.mk;h=7cb3417382e2ae625dbe125af39ee859d68c10aa;hb=b0a0f15dfaa205161a7fcb20cf1b8cd4948c2ef3;hp=0000000000000000000000000000000000000000;hpb=c6ac3cd55ee2da956195eee393b0882105dfad4e;p=packages%2Ftrusty%2Fcirros-testvm.git diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/libcgi/libcgi.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/libcgi/libcgi.mk new file mode 100644 index 0000000..7cb3417 --- /dev/null +++ b/cirros-testvm/src-cirros/buildroot-2015.05/package/libcgi/libcgi.mk @@ -0,0 +1,15 @@ +################################################################################ +# +# libcgi +# +################################################################################ + +LIBCGI_VERSION = 1.0 +LIBCGI_SITE = http://downloads.sourceforge.net/project/libcgi/libcgi/$(LIBCGI_VERSION) +LIBCGI_INSTALL_STAGING = YES +# use cross CC/AR rather than host +LIBCGI_MAKE_ENV = CC="$(TARGET_CC) $(TARGET_CFLAGS)" AR="$(TARGET_AR)" \ + $(if $(BR2_STATIC_LIBS),STATIC=1) +LIBCGI_LICENSE = LGPLv2.1+ + +$(eval $(autotools-package))