New package - libcomm14cux

This commit is contained in:
Colin Bourassa 2015-07-28 18:42:37 -04:00
parent 152dd55189
commit 1b8f42fb8e
3 changed files with 25 additions and 0 deletions

View File

@ -1539,6 +1539,10 @@ local-pkg-list: $(LOCAL_PKG_LIST)</pre>
<td class="package">libcdio-paranoia</td>
<td class="website"><a href="https://www.gnu.org/software/libcdio/">Libcdio-paranoia</a></td>
</tr>
<tr>
<td class="package">libcomm14cux</td>
<td class="website"><a href="https://www.github.org/colinbourassa/libcomm14cux/">libcomm14cux</a></td>
</tr>
<tr>
<td class="package">libcroco</td>
<td class="website"><a href="http://www.freespiders.org/projects/libcroco/">Libcroco</a></td>

20
src/libcomm14cux.mk Normal file
View File

@ -0,0 +1,20 @@
# This file is part of MXE.
# See index.html for further information.
PKG := libcomm14cux
$(PKG)_IGNORE :=
$(PKG)_VERSION := 2.0.1
$(PKG)_CHECKSUM := 0632a50f8c224d94c5848ec66fe76c60cd456c72
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://github.com/colinbourassa/libcomm14cux/archive/$($(PKG)_VERSION).tar.gz
$(PKG)_DEPS := gcc
define $(PKG)_BUILD
mkdir '$(1)/build'
cd '$(1)/build' && cmake .. \
-DCMAKE_TOOLCHAIN_FILE='$(CMAKE_TOOLCHAIN_FILE)' \
-DBUILD_STATIC=$(if $(BUILD_STATIC),ON,OFF)
$(MAKE) -C '$(1)/build' -j '$(JOBS)' install
endef

View File

@ -129,6 +129,7 @@
"libcaca": "0.99.beta19",
"libcdio": "0.93",
"libcdio-paranoia": "10.2+0.93+1",
"libcomm14cux": "2.0.1",
"libcroco": "0.6.2",
"libdca": "0.0.5",
"libdnet": "1.11",