mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 10:17:14 +08:00
sd2_image: we have cmake 3.0 now.
This commit is contained in:
parent
ed7d778835
commit
0c3e26bead
@ -1,11 +1,6 @@
|
||||
#
|
||||
# Platform Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer: Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
pkgname=sdl2_image
|
||||
pkgver=2.0.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="SDL2 image libraries"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.libsdl.org"
|
||||
@ -30,6 +25,6 @@ package() {
|
||||
install -Dm644 COPYING.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
||||
|
||||
# we can remove the following when provided directly by cmake
|
||||
install -Dm644 $srcdir/FindSDL2_image.cmake ${pkgdir}/usr/share/cmake-2.8/Modules/FindSDL2_image.cmake
|
||||
install -Dm644 $srcdir/FindSDL2_image.cmake ${pkgdir}/usr/share/cmake-3.0/Modules/FindSDL2_image.cmake
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user