X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fpackage%2Fdivine%2Fdivine.mk;fp=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fpackage%2Fdivine%2Fdivine.mk;h=322e5fcc863d8b48971b927a6c8f24e4a8153777;hb=b0a0f15dfaa205161a7fcb20cf1b8cd4948c2ef3;hp=0000000000000000000000000000000000000000;hpb=c6ac3cd55ee2da956195eee393b0882105dfad4e;p=packages%2Ftrusty%2Fcirros-testvm.git diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/divine/divine.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/divine/divine.mk new file mode 100644 index 0000000..322e5fc --- /dev/null +++ b/cirros-testvm/src-cirros/buildroot-2015.05/package/divine/divine.mk @@ -0,0 +1,19 @@ +################################################################################ +# +# divine +# +################################################################################ + +# tagged version 1.6.3, tarball is missing files +DIVINE_VERSION = 83cafc257a42b9465cd9d6185bf66b8c1b7ed704 +DIVINE_SITE = git://git.directfb.org/git/directfb/extras/DiVine.git +DIVINE_LICENSE = LGPLv2.1+ +DIVINE_LICENSE_FILES = COPYING +DIVINE_INSTALL_STAGING = YES +DIVINE_DEPENDENCIES = directfb +DIVINE_CONFIG_SCRIPTS = divine-config + +# package has no configure script so we have to generate it +DIVINE_AUTORECONF = YES + +$(eval $(autotools-package))