new package: libcdio-paranoia

This commit is contained in:
Avi Halachmi (:avih) 2015-03-05 16:18:37 +02:00
parent 3882abd754
commit af7ec93c37
2 changed files with 26 additions and 0 deletions

View File

@ -1605,6 +1605,10 @@ local-pkg-list: $(LOCAL_PKG_LIST)</pre>
<td class="package">libcdio</td>
<td class="website"><a href="https://www.gnu.org/software/libcdio/">Libcdio</a></td>
</tr>
<tr>
<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">libcroco</td>
<td class="website"><a href="http://www.freespiders.org/projects/libcroco/">Libcroco</a></td>

22
src/libcdio-paranoia.mk Normal file
View File

@ -0,0 +1,22 @@
# This file is part of MXE.
# See index.html for further information.
PKG := libcdio-paranoia
$(PKG)_IGNORE :=
$(PKG)_VERSION := 10.2+0.93+1
$(PKG)_CHECKSUM := 9c40cf6a706e881a52dc417686669d500ddd3115
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_URL := http://ftp.gnu.org/gnu/libcdio/$(PKG)-$($(PKG)_VERSION).tar.bz2
$(PKG)_DEPS := gcc libcdio
define $(PKG)_UPDATE
echo 'TODO: Updates for package libcdio-paranoia need to be written.' >&2;
echo $(libcdio-paranoia_VERSION)
endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
$(MXE_CONFIGURE_OPTS)
$(MAKE) -C '$(1)' -j 1 install
endef