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

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

View File

@ -29,14 +29,16 @@ PKG_SHORTDESC="libdvdnav: a library that allows easy use of sophisticated DVD na
PKG_LONGDESC="libdvdnav is a library that allows easy use of sophisticated DVD navigation features such as DVD menus, multiangle playback and even interactive DVD games."
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"
PKG_AUTORECONF="no"
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared --with-pic"
pre_configure_target() {
export CFLAGS="$CFLAGS -D_XBMC -DHAVE_DVDCSS_DVDCSS_H"
configure_target() {
:
}
post_makeinstall_target() {
ln -sf dvdnav.pc $SYSROOT_PREFIX/usr/lib/pkgconfig/libdvdnav.pc
make_target() {
:
}
makeinstall_target() {
:
}