mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
14
package/qhull/qhull.mk
Normal file
14
package/qhull/qhull.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# qhull
|
||||
#
|
||||
################################################################################
|
||||
|
||||
QHULL_VERSION = 7.2.0
|
||||
QHULL_SITE = http://www.qhull.org/download
|
||||
QHULL_SOURCE = qhull-2015-src-$(QHULL_VERSION).tgz
|
||||
QHULL_INSTALL_STAGING = YES
|
||||
QHULL_LICENSE = BSD-Style
|
||||
QHULL_LICENSE_FILES = COPYING.txt
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user