17 lines
368 B
Bash
17 lines
368 B
Bash
# 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
|
|
|
|
require pnmixer
|
|
require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.15 ] ]
|
|
|
|
SLOT="0"
|
|
|
|
PLATFORMS="~amd64"
|
|
|
|
src_prepare() {
|
|
edo autopoint --force
|
|
autotools_src_prepare
|
|
}
|
|
|