summaryrefslogtreecommitdiffstats
path: root/glitz/Pkgfile
diff options
context:
space:
mode:
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
-}
-