mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-libs/cl: Version bump.
Package-Manager: portage-2.3.2
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST cl-1.2.1.tar.gz 125248 SHA256 8889f005fe595e7e8ed67105ef37fc55b4ac47c972d60aeac418bf0401125b0e SHA512 2c864a0aec0d2c4b1cf193372b699b9d1e99af9638a7f1515a744b416706b1bf2a10f727da0d04375405b9ca7470bda2c0278149c999f98d1cd760782f33a1b1 WHIRLPOOL 1cbba99f82aa9c31e0e5f9937b79181c82b42e9c5c000d47cf75921e0333d648819055e082fd25cf8805df26cc9a7c08886ea444cc6b2d6037931bff37291960
|
||||
DIST cl-1.2.3.tar.gz 137921 SHA256 a9731825ee9b8057006ebb6b472466d51278d1a0e1fa496cf132b5456c54f15b SHA512 aaa19700b1b54921ea8194e1b7fcb2dbb11f22c32108fd99d0cd9796c7524a49653dcc97c8c8b34f7739d0b972cbbc3cf61b929e342429b524b11df93e434863 WHIRLPOOL b2eed33f453551619fa55484448f7a858a4394186d96a784b6a008aebb61ddd1f4a9b18d5660f4a5c6225408e93a0458f3cfb22a92f3c8bd75003ac028cb58fa
|
||||
|
||||
34
dev-libs/cl/cl-1.2.3.ebuild
Normal file
34
dev-libs/cl/cl-1.2.3.ebuild
Normal file
@@ -0,0 +1,34 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-libs/esdl/esdl-1.2.ebuild,v 1.1 2013/02/12 14:41:54 george Exp $
|
||||
|
||||
EAPI=6
|
||||
inherit eutils multilib
|
||||
|
||||
DESCRIPTION="OpenCL bindings for Erlang"
|
||||
HOMEPAGE="https://github.com/tonyrog/cl"
|
||||
SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-lang/erlang-16
|
||||
virtual/opencl
|
||||
dev-util/rebar
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
S=${WORKDIR}/${PN}-${P}
|
||||
|
||||
src_compile() {
|
||||
rebar compile || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
ERLANG_DIR="/usr/$(get_libdir)/erlang/lib"
|
||||
CL_DIR="${ERLANG_DIR}/${P}"
|
||||
insinto "${CL_DIR}"
|
||||
doins -r ebin src include c_src examples
|
||||
}
|
||||
Reference in New Issue
Block a user