15 lines
286 B
Bash
15 lines
286 B
Bash
|
# Copyright 2011 Anders Ladegaard Marchsteiner <alm.anma@gmail.com>
|
||
|
# Distributed under the terms of the GNU General Public License v2
|
||
|
|
||
|
require libextractor
|
||
|
|
||
|
LICENCES="GPL-3"
|
||
|
SLOT="0"
|
||
|
PLATFORMS="~amd64"
|
||
|
|
||
|
BUGS_TO="alm.anma@gmail.com"
|
||
|
|
||
|
# TODO: Why do plugin tests fail?
|
||
|
RESTRICT="test"
|
||
|
|