new package libcdio: depency of xine-lib 1.2

pull/304/merge
Tuukka Pasanen 11 years ago committed by Tony Theodore
parent 63fcd52dda
commit c4567f72cc

@ -1534,6 +1534,10 @@ local-pkg-list: $(LOCAL_PKG_LIST)</pre>
<td class="package">libbluray</td>
<td class="website"><a href="http://www.videolan.org/developers/libbluray.html">libbluray</a></td>
</tr>
<tr>
<td class="package">libcdio</td>
<td class="website"><a href="http://www.gnu.org/software/libcdio/">Libcdio</a></td>
</tr>
<tr>
<td class="package">libcroco</td>
<td class="website"><a href="http://www.freespiders.org/projects/libcroco/">Libcroco</a></td>

@ -0,0 +1,23 @@
# This file is part of MXE.
# See index.html for further information.
PKG := libcdio
$(PKG)_IGNORE :=
$(PKG)_VERSION := 0.92
$(PKG)_CHECKSUM := 37f0b746181c9a3c2ff14e21147885addf357b5f
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := http://ftp.gnu.org/gnu/libcdio/$(PKG)-$($(PKG)_VERSION).tar.bz2
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE
echo $($(PKG)_VERSION)
endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)'
$(MAKE) -C '$(1)' -j 1 install
endef
Loading…
Cancel
Save