forked from hasufell/hasufell-repository
Julian Ospald
0a36541795
Change-Id: I6df742b406107d4e9d86bc1ab3b2ef45b99f532c Reviewed-on: https://galileo.mailstation.de/gerrit/7093 Reviewed-by: Jenkins <wk@mailstation.de> Reviewed-by: Kylie McClain <kylie@somasis.com>
17 lines
377 B
Bash
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
|
|
}
|
|
|