# Copyright 2015 Kylie McClain # Copyright 2016 Julian Ospald # Distributed under the terms of the GNU General Public License v2 require pnmixer require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.15 ] ] SLOT="0" PLATFORMS="~amd64" src_prepare() { edo intltoolize --force --copy autotools_src_prepare }