jtc-overlay/media-libs/libpainter/libpainter-9999.ebuild
2022-08-30 15:46:53 -04:00

33 lines
558 B
Bash

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit autotools eutils
DESCRIPTION="A graphics library used by xrdp"
HOMEPAGE="https://github.com/neutrinolabs/libpainter"
SRC_URI="https://github.com/neutrinolabs/libpainter/archive/master.zip"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}"
S="${WORKDIR}/${PN}-master"
src_prepare() {
epatch_user
eautoreconf
}
src_install() {
default
#prune_libtool_files --all
}