21 lines
780 B
Makefile
21 lines
780 B
Makefile
# Makefile - hhl - /usr/ports/audio/alsa-lib
|
|
# Copyright 2022 Nathan Fisher <nfisher.sr@gmail.com>
|
|
#
|
|
comment = The ALSA Tools package contains advanced tools for certain sound cards.
|
|
distname = alsa-tools
|
|
pkg_version = 1.2.5
|
|
pkg_homepage = https://www.alsa-project.org/
|
|
pkg_license = gnu-gpl-v2
|
|
pkg_maintainer = jeang3nie@hitchhiker-linux.org
|
|
distext = bz2
|
|
dist_remote = $(pkg_homepage)/files/pub/tools/$(distfile)
|
|
sha512_sum = 1c4ff947d9f2424056a6748e04a1250fb73443a3f470f61d0b563c91be082bc42d56e550d6cc27eaed3edcea2066a107e20455c959b053b5deafa2d811b7e498
|
|
use_configure = 0
|
|
no_objdir = 1
|
|
patches = gitcompile-posix-opts.patch
|
|
|
|
dependencies += audio/alsa-lib
|
|
include ../../mk/ports.mk
|
|
include ../../mk/targets.mk
|
|
|