2017-03-01 21:08:35 +00:00
|
|
|
# Copyright 2015 Kylie McClain <somasis@exherbo.org>
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2016-09-18 11:20:04 +00:00
|
|
|
require pnmixer [ release=v0.6 ]
|
2017-03-01 21:08:35 +00:00
|
|
|
require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.15 ] ]
|
|
|
|
|
|
|
|
SLOT="0"
|
|
|
|
|
|
|
|
PLATFORMS="~amd64"
|
|
|
|
|
|
|
|
DEFAULT_SRC_PREPARE_PATCHES=(
|
|
|
|
"${FILES}"/${PNV}-pkg-config.patch
|
|
|
|
)
|
|
|
|
|