gentoo-zh/media-libs/libspiro/libspiro-0.3.20150131.ebuild
2023-11-15 10:44:26 +08:00

20 lines
440 B
Bash

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit autotools
DESCRIPTION="Spiro is the creation of Raph Levien. It simplifies the drawing of beautiful curves."
HOMEPAGE="https://github.com/fontforge/libspiro"
SRC_URI="https://github.com/fontforge/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
RDEPEND="${DEPEND}"
src_prepare(){
eautoreconf
}