Julian Ospald
0a36541795
Change-Id: I6df742b406107d4e9d86bc1ab3b2ef45b99f532c Reviewed-on: https://galileo.mailstation.de/gerrit/7093 Reviewed-by: Jenkins <wk@mailstation.de> Reviewed-by: Kylie McClain <kylie@somasis.com>
15 lines
334 B
Bash
15 lines
334 B
Bash
# Copyright 2015 Kylie McClain <somasis@exherbo.org>
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
require pnmixer [ release=v0.6 ]
|
|
require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.15 ] ]
|
|
|
|
SLOT="0"
|
|
|
|
PLATFORMS="~amd64"
|
|
|
|
DEFAULT_SRC_PREPARE_PATCHES=(
|
|
"${FILES}"/${PNV}-pkg-config.patch
|
|
)
|
|
|