libdvdread: only download the package, don't build it

This commit is contained in:
Lukas Rusak 2017-01-14 00:35:04 -08:00
parent 9076b4bbce
commit 5d83d3a36a
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -29,14 +29,16 @@ PKG_SHORTDESC="libdvdread: a library which provides a simple foundation for read
PKG_LONGDESC="libdvdread is a library which provides a simple foundation for reading DVDs."
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"
PKG_AUTORECONF="no"
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared --with-libdvdcss --with-pic"
pre_configure_target() {
export CFLAGS="$CFLAGS -D_XBMC -DHAVE_DVDCSS_DVDCSS_H"
configure_target() {
:
}
post_makeinstall_target() {
ln -sf dvdread.pc $SYSROOT_PREFIX/usr/lib/pkgconfig/libdvdread.pc
make_target() {
:
}
makeinstall_target() {
:
}