commit:     47a5d7b3cebdb2f0d7e29463064248530f137ffb
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 17 20:56:10 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Mar 17 20:56:10 2018 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=47a5d7b3

dev-lisp/cl-png: Adds new package

 dev-lisp/cl-png/cl-png-0.6.ebuild | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/dev-lisp/cl-png/cl-png-0.6.ebuild 
b/dev-lisp/cl-png/cl-png-0.6.ebuild
new file mode 100644
index 00000000..ec514742
--- /dev/null
+++ b/dev-lisp/cl-png/cl-png-0.6.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit common-lisp-3
+
+MY_PV="REL_${PV//./_}"
+
+DESCRIPTION="CL-PNG is a Common Lisp library for reading and writing PNG files"
+HOMEPAGE="http://www.ljosa.com/~ljosa/software/cl-png/";
+SRC_URI="https://github.com/ljosa/cl-png/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="media-libs/libpng:0
+       dev-lisp/cffi"
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+src_install() {
+       common-lisp-install-sources *.lisp
+       common-lisp-install-asdf png.asd png-test.asd
+       dodoc -r AUTHORS NEWS README doc PngSuite
+}

Reply via email to