conda: remove unnecessary pixman package

This commit is contained in:
Sebastien Bourdeauducq 2015-08-01 00:16:26 +08:00
parent 9b0ed344ed
commit 4a7a4acf07
2 changed files with 0 additions and 20 deletions

View File

@ -1,4 +0,0 @@
#!/bin/bash
./configure --prefix=$PREFIX
make -j
make install

View File

@ -1,16 +0,0 @@
# This conda recipe comes from https://github.com/sandialabs/pixman-conda-recipe
package:
name: pixman
version: "0.32.6"
source:
fn: pixman-0.32.6.tar.gz
url: http://cairographics.org/releases/pixman-0.32.6.tar.gz
build:
number: 0
about:
home: http://cairographics.org
license: GNU Lesser General Public License (LGPL) version 2.1 or the Mozilla Public License (MPL) version 1.1 at your option.