Move all to deprecated folder.
This commit is contained in:
6
deprecated/firmware/buildroot/package/libsilk/Config.in
Normal file
6
deprecated/firmware/buildroot/package/libsilk/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_LIBSILK
|
||||
bool "libsilk"
|
||||
help
|
||||
SILK is an audio compression format and audio codec.
|
||||
|
||||
http://tools.ietf.org/html/draft-vos-silk-01
|
||||
16
deprecated/firmware/buildroot/package/libsilk/libsilk.mk
Normal file
16
deprecated/firmware/buildroot/package/libsilk/libsilk.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# libsilk
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBSILK_VERSION = 4268a02240c35c6055b0f237c46b09b2dcf79e45
|
||||
# we use the FreeSwitch fork because it contains pkgconf support
|
||||
LIBSILK_SITE = https://freeswitch.org/stash/scm/sd/libsilk.git
|
||||
LIBSILK_SITE_METHOD = git
|
||||
LIBSILK_LICENSE = BSD-3c
|
||||
LIBSILK_LICENSE_FILES = COPYING
|
||||
LIBSILK_AUTORECONF = YES
|
||||
LIBSILK_INSTALL_STAGING = YES
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user