You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
473 B
14 lines
473 B
################################################################################
|
|
#
|
|
# libdvdcss
|
|
#
|
|
################################################################################
|
|
|
|
LIBDVDCSS_VERSION = 1.4.3
|
|
LIBDVDCSS_SOURCE = libdvdcss-$(LIBDVDCSS_VERSION).tar.bz2
|
|
LIBDVDCSS_SITE = http://www.videolan.org/pub/videolan/libdvdcss/$(LIBDVDCSS_VERSION)
|
|
LIBDVDCSS_INSTALL_STAGING = YES
|
|
LIBDVDCSS_LICENSE = GPL-2.0+
|
|
LIBDVDCSS_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|
|
|