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

This commit is contained in:
Lukas Rusak
2017-01-14 00:35:31 -08:00
parent c5373505dc
commit e778ad5060

View File

@@ -29,6 +29,16 @@ PKG_SHORTDESC="libdvdcss: a simple library designed for accessing DVDs as a bloc
PKG_LONGDESC="libdvdcss is a simple library designed for accessing DVDs as a block device without having to bother about the decryption."
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"
PKG_AUTORECONF="no"
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared --with-pic"
configure_target() {
:
}
make_target() {
:
}
makeinstall_target() {
:
}