summaryrefslogtreecommitdiffstats
path: root/package/divine/divine.mk
blob: 322e5fcc863d8b48971b927a6c8f24e4a8153777 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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))