diff --git a/desktop/x11/libepoxy/actions.py b/desktop/x11/libepoxy/actions.py deleted file mode 100755 index cc05e6da4b..0000000000 --- a/desktop/x11/libepoxy/actions.py +++ /dev/null @@ -1,22 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt - -from pisi.actionsapi import pisitools -from pisi.actionsapi import autotools -from pisi.actionsapi import get - -def setup(): - autotools.autoreconf("-vfi") - - autotools.configure() - -def build(): - autotools.make() - -def install(): - autotools.rawInstall("DESTDIR=%s" %get.installDIR()) - - pisitools.dodoc("README.md", "COPYING") diff --git a/desktop/x11/libepoxy/pspec.xml b/desktop/x11/libepoxy/pspec.xml deleted file mode 100755 index 629edf9ef0..0000000000 --- a/desktop/x11/libepoxy/pspec.xml +++ /dev/null @@ -1,60 +0,0 @@ - - - - - libepoxy - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - MIT - library - OpenGL function pointer management library - Epoxy is a library for handling OpenGL function pointer management for you. - https://github.com/anholt/libepoxy/archive/v1.2.tar.gz - - python3 - xorg-util - mesa-devel - - - - - libepoxy - - mesa - - - /etc/xdg - /usr/bin - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - /usr/share/man - - - - - libepoxy-devel - Development files for libepoxy - - libepoxy - - - /usr/include - /usr/lib/pkgconfig - - - - - - 2015-05-27 - 1.2 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - -