3fe2351096
To be identical to the version of directfb switching also to version 1.6.3. The divine package needs at minimum directfb 1.6.0 as dependencie. Adding the license information to the package divine. Also switch to Git for getting the package source because the tar.gz for version 1.6.3 on directfb.org is broken because of a missed header file inside. [Peter: tweak comments] Signed-off-by: Carsten Schoenert <c.schoenert@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
20 lines
583 B
Makefile
20 lines
583 B
Makefile
#############################################################
|
|
#
|
|
# 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_FILE = 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))
|