2017-03-01 21:09:52 +00:00
|
|
|
# Copyright 2015 Kylie McClain <somasis@exherbo.org>
|
|
|
|
# Copyright 2016 Julian Ospald <hasufell@posteo.de>
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2016-09-18 11:20:04 +00:00
|
|
|
require pnmixer
|
2017-03-01 21:09:52 +00:00
|
|
|
require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.15 ] ]
|
|
|
|
|
|
|
|
SLOT="0"
|
|
|
|
|
|
|
|
PLATFORMS="~amd64"
|
|
|
|
|
|
|
|
src_prepare() {
|
|
|
|
edo intltoolize --force --copy
|
|
|
|
autotools_src_prepare
|
|
|
|
}
|
|
|
|
|