summaryrefslogtreecommitdiffstats
path: root/glitz/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-05-13 18:14:48 +0000
committerpiernov <piernov@piernov.org>2012-05-13 18:14:48 +0000
commit3ff72ea50447334ccf0245e0a96a590fa5f6db17 (patch)
tree00daef77e2f9a44aa4dcfb0bbf0a1dfe5bc43830 /glitz/Pkgfile
parent07cc8ecb27a50af39c53c3ddf2eb5b6294e89568 (diff)
downloadnutyx-pakxe-3ff72ea50447334ccf0245e0a96a590fa5f6db17.tar.gz
nutyx-pakxe-3ff72ea50447334ccf0245e0a96a590fa5f6db17.tar.bz2
nutyx-pakxe-3ff72ea50447334ccf0245e0a96a590fa5f6db17.tar.xz
nutyx-pakxe-3ff72ea50447334ccf0245e0a96a590fa5f6db17.zip
Revert "glitz, ajout"
This reverts commit aac6af31486c13cc9ee18a8e4a202673fe31e9db.
Diffstat (limited to 'glitz/Pkgfile')
-rwxr-xr-xglitz/Pkgfile22
1 files changed, 0 insertions, 22 deletions
diff --git a/glitz/Pkgfile b/glitz/Pkgfile
deleted file mode 100755
index 668187b06..000000000
--- a/glitz/Pkgfile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Description: An OpenGL image compositing library
-# URL: http://www.freedesktop.org/Software/glitz
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: mesa3d
-# Run on: mesa3d
-
-name=glitz
-version=0.5.6
-release=1
-source=(http://cairographics.org/snapshots/$name-$version.tar.gz)
-
-build() {
- cd $name-$version
- ./configure --prefix=/usr \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info
- make
- make DESTDIR=$PKG install
-# sed -i -e "s| -L$SRC/$name-$version/src ||" $PKG/usr/lib/libglitz-glx.la
-}
-