mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-24 07:17:17 +00:00
15 lines
460 B
Makefile
15 lines
460 B
Makefile
################################################################################
|
|
#
|
|
# twolame
|
|
#
|
|
################################################################################
|
|
|
|
TWOLAME_VERSION = 0.3.13
|
|
TWOLAME_SITE = http://downloads.sourceforge.net/project/twolame/twolame/$(TWOLAME_VERSION)
|
|
TWOLAME_DEPENDENCIES = host-pkgconf libsndfile
|
|
TWOLAME_INSTALL_STAGING = YES
|
|
TWOLAME_LICENSE = LGPL-2.1+
|
|
TWOLAME_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|