hasufell-repository/packages/media-sound/pnmixer/pnmixer-scm.exheres-0
Julian Ospald 0a36541795
media-sound/pnmixer: factor out the common parts
Change-Id: I6df742b406107d4e9d86bc1ab3b2ef45b99f532c
Reviewed-on: https://galileo.mailstation.de/gerrit/7093
Reviewed-by: Jenkins <wk@mailstation.de>
Reviewed-by: Kylie McClain <kylie@somasis.com>
2017-03-01 22:10:28 +01:00

17 lines
377 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 intltoolize --force --copy
autotools_src_prepare
}