mirror of
https://github.com/Phantop/solus-stuff
synced 2024-11-16 20:03:54 +00:00
24 lines
478 B
YAML
24 lines
478 B
YAML
name : devil
|
|
version : 1
|
|
release : 1
|
|
source :
|
|
- git|https://github.com/DentonW/DevIL.git : master
|
|
license : GPL-2.0-or-later
|
|
summary : Insert summary here
|
|
description: |
|
|
Insert description here
|
|
builddeps :
|
|
- pkgconfig(glut)
|
|
- pkgconfig(gl)
|
|
- pkgconfig(libpng)
|
|
setup : |
|
|
mkdir DevIL/build
|
|
pushd DevIL/build
|
|
%cmake ..
|
|
build : |
|
|
pushd DevIL/build
|
|
%make
|
|
install : |
|
|
pushd DevIL/build
|
|
%make_install
|