summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-libxvmc/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:56:37 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:56:37 +0100
commit20151a2a65196e0c8da930eef23a70f1a02c641a (patch)
tree2730f781823c4f0c5fe040f8d9c3c0fe80d8ff22 /xorg/xorg-libxvmc/Pkgfile
parent5de5e68ebccf8cda2b1a9f9c41473495964fbd6b (diff)
downloadnutyx-extra-20151a2a65196e0c8da930eef23a70f1a02c641a.tar.gz
nutyx-extra-20151a2a65196e0c8da930eef23a70f1a02c641a.tar.bz2
nutyx-extra-20151a2a65196e0c8da930eef23a70f1a02c641a.tar.xz
nutyx-extra-20151a2a65196e0c8da930eef23a70f1a02c641a.zip
Ajout de xorg-libxvmc#1.0.4-1
Diffstat (limited to 'xorg/xorg-libxvmc/Pkgfile')
-rw-r--r--xorg/xorg-libxvmc/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/xorg/xorg-libxvmc/Pkgfile b/xorg/xorg-libxvmc/Pkgfile
new file mode 100644
index 000000000..e60956294
--- /dev/null
+++ b/xorg/xorg-libxvmc/Pkgfile
@@ -0,0 +1,18 @@
+# Description: X Video Motion Compensation extension client library
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-libx11, xorg-libxext, xorg-libxv
+
+name=xorg-libxvmc
+version=1.0.4
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/lib/libXvMC-$version.tar.bz2)
+
+build() {
+ cd libXvMC-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}