libclc-git: merge -devel too; it's required to run OpenCL applications.
This commit is contained in:
parent
7d9bffa226
commit
c37ab3f03d
2 changed files with 2 additions and 13 deletions
|
@ -1 +0,0 @@
|
||||||
libclc-git
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libclc-git'
|
# Template file for 'libclc-git'
|
||||||
pkgname=libclc-git
|
pkgname=libclc-git
|
||||||
version=20141115
|
version=20141115
|
||||||
revision=1
|
revision=2
|
||||||
build_style=configure
|
build_style=configure
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
makedepends="python libffi-devel zlib-devel llvm clang ncurses-devel"
|
makedepends="python libffi-devel zlib-devel llvm clang ncurses-devel"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="John Galt <johngaltfirstrun@gmail.com>"
|
||||||
license="BSD/MIT"
|
license="BSD/MIT"
|
||||||
homepage="http://libclc.llvm.org"
|
homepage="http://libclc.llvm.org"
|
||||||
provides="libclc-${version}_${revision}"
|
provides="libclc-${version}_${revision}"
|
||||||
replaces="libclc>=0 libclc-ptx-git>=0 libclc-r600-git>=0"
|
replaces="libclc>=0 libclc-ptx-git>=0 libclc-r600-git>=0 libclc-devel-git>=0"
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
|
@ -21,13 +21,3 @@ do_fetch() {
|
||||||
do_configure() {
|
do_configure() {
|
||||||
./configure.py --prefix=/usr
|
./configure.py --prefix=/usr
|
||||||
}
|
}
|
||||||
|
|
||||||
libclc-devel-git_package() {
|
|
||||||
short_desc+=" (development files)"
|
|
||||||
provides="libclc-devel-${version}_${revision}"
|
|
||||||
replaces="libclc-devel>=0"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/share
|
|
||||||
vmove usr/include
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue