blob: c5942a5acaeb84201ac8e5e109fec817657c1743 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 2009, 2012 Ali Polatel <alip@exherbo.org>
# Distributed under the terms of the GNU General Public License v2
SCM_REPOSITORY="https://git.exherbo.org/sydbox-1.git"
SCM_BRANCH="inspect"
require sydbox autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.15 1.13 1.12 1.11 1.10 ] ] scm-git
DOWNLOADS=""
PLATFORMS="~amd64 ~armv7"
DEPENDENCIES="
build:
dev-libs/libxslt
"
AT_M4DIR=( m4 )
|