summaryrefslogtreecommitdiffstats
path: root/extra/glitz/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-10 22:10:04 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-10 22:10:04 +0200
commit121fa348a802687da9e6b5c68f67a3d465c34e4c (patch)
tree88193a48c18f26cffb39a8163156489c8651b461 /extra/glitz/Pkgfile
parent839cc6e518b3ffe21fbb2535b40a1597285472ad (diff)
downloadnutyx-pakxe-121fa348a802687da9e6b5c68f67a3d465c34e4c.tar.gz
nutyx-pakxe-121fa348a802687da9e6b5c68f67a3d465c34e4c.tar.bz2
nutyx-pakxe-121fa348a802687da9e6b5c68f67a3d465c34e4c.tar.xz
nutyx-pakxe-121fa348a802687da9e6b5c68f67a3d465c34e4c.zip
Ajout de glitz#0.5.6-1
Diffstat (limited to 'extra/glitz/Pkgfile')
-rwxr-xr-xextra/glitz/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/extra/glitz/Pkgfile b/extra/glitz/Pkgfile
new file mode 100755
index 000000000..18f6cbb82
--- /dev/null
+++ b/extra/glitz/Pkgfile
@@ -0,0 +1,20 @@
+# 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:
+
+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
+}