summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-01-23 19:53:23 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-01-23 22:11:54 +0100
commit7db360edf11118a2b5251af465679099b5fcf6a4 (patch)
treea8ffc50a7142bfa1652b1dba97ab18a4a5b8c1d8 /media-libs
parentmedia-libs/openal: Drop 1.20.0 (diff)
downloadgentoo-7db360edf11118a2b5251af465679099b5fcf6a4.tar.gz
gentoo-7db360edf11118a2b5251af465679099b5fcf6a4.tar.bz2
gentoo-7db360edf11118a2b5251af465679099b5fcf6a4.zip
media-libs/libxmi: EAPI-7++, autotools-utils--
Drop obsolete blocker !<=media-libs/plotutils-2.6 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/libxmi/libxmi-1.3-r1.ebuild31
1 files changed, 31 insertions, 0 deletions
diff --git a/media-libs/libxmi/libxmi-1.3-r1.ebuild b/media-libs/libxmi/libxmi-1.3-r1.ebuild
new file mode 100644
index 000000000000..0f495eb460e0
--- /dev/null
+++ b/media-libs/libxmi/libxmi-1.3-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="C/C++ function library for rasterizing 2-D vector graphics"
+HOMEPAGE="https://www.gnu.org/software/libxmi/"
+SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz"
+#mirror://gnu/${PN}/${P}.tar.gz"
+# Version unbundled from plotutils
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+src_prepare() {
+ default
+ mv configure.in configure.ac || die
+ eautoreconf
+}
+
+src_configure() {
+ econf --disable-static
+}
+
+src_install() {
+ default
+ find "${ED}" -name '*.la' -delete || die
+}