diff options
-rw-r--r-- | app-text/ijs/Manifest | 1 | ||||
-rw-r--r-- | app-text/ijs/ijs-0.35.ebuild | 21 | ||||
-rw-r--r-- | profiles/categories | 3 |
3 files changed, 25 insertions, 0 deletions
diff --git a/app-text/ijs/Manifest b/app-text/ijs/Manifest new file mode 100644 index 000000000..9773e9071 --- /dev/null +++ b/app-text/ijs/Manifest @@ -0,0 +1 @@ +DIST ijs-0.35.tar.bz2 257476 SHA256 11a5f5084488c480f3ff5a24d64d7147bb64272bf60a0ba51330a56c5b50cab9 SHA512 b5f8df6fe394efea4ee7059c1ca8d7eb91588f060642da12f6591f0f40d169883aa9f7a6976a00042c89dd370b30f36afc407c4e7515cbd68537505a63c9a293 WHIRLPOOL 0f03524622dd8da54e2a7227e8e330fff9f711e0012d98300207493479f08ecae218d4fe9f1ae8ed36db845898f23a4768812cc6129840e5420ce64fae425110 diff --git a/app-text/ijs/ijs-0.35.ebuild b/app-text/ijs/ijs-0.35.ebuild new file mode 100644 index 000000000..6578914cc --- /dev/null +++ b/app-text/ijs/ijs-0.35.ebuild @@ -0,0 +1,21 @@ +# Copyright 2016 Adélie Linux Team +# Distributed under the terms of the NCSA License + +EAPI=6 + +DESCRIPTION="IJS is a protocol for transmission of raster page images" +HOMEPAGE="https://wiki.linuxfoundation.org/openprinting/start" +SRC_URI="https://www.openprinting.org/download/${PN}/download/${P}.tar.bz2" + +LICENSE="" +SLOT="0" +KEYWORDS="x86 x86_64" +IUSE="static-libs" + +DEPEND="" +RDEPEND="${DEPEND}" + +src_configure () { + econf --enable-shared \ + $(use_enable static-libs static) +} diff --git a/profiles/categories b/profiles/categories index 4b760abf0..636f89306 100644 --- a/profiles/categories +++ b/profiles/categories @@ -1,5 +1,8 @@ +app-text dev-libs +media-gfx sys-apps sys-devel sys-fs +sys-kernel virtual |