diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-11 20:12:44 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-11 20:12:44 +0100 |
commit | 700655c977c4ad4d180caf0f2d3781dc79d18649 (patch) | |
tree | 380bb5944d03ede008c22e6ee30fdf866ae89e04 /xorg/xorg-libxvmc/Pkgfile | |
parent | ec8726c4439285ca4f044e2caac70de66b0cd15b (diff) | |
download | nutyx-pakxe-700655c977c4ad4d180caf0f2d3781dc79d18649.tar.gz nutyx-pakxe-700655c977c4ad4d180caf0f2d3781dc79d18649.tar.bz2 nutyx-pakxe-700655c977c4ad4d180caf0f2d3781dc79d18649.tar.xz nutyx-pakxe-700655c977c4ad4d180caf0f2d3781dc79d18649.zip |
xorg, ports adaptés
Diffstat (limited to 'xorg/xorg-libxvmc/Pkgfile')
-rw-r--r-- | xorg/xorg-libxvmc/Pkgfile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/xorg/xorg-libxvmc/Pkgfile b/xorg/xorg-libxvmc/Pkgfile index 227228d82..117bfb349 100644 --- a/xorg/xorg-libxvmc/Pkgfile +++ b/xorg/xorg-libxvmc/Pkgfile @@ -1,6 +1,7 @@ # Description: X Video Motion Compensation extension client library # URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch # Depends on: xorg-libx11, xorg-libxext, xorg-libxv # Run on: xorg-libx11,xorg-libxext,xorg-libxv @@ -11,9 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXvMC-$version.tar build() { cd libXvMC-$version - - ./configure --prefix=/usr - + ./configure $XORG_CONFIG make make DESTDIR=$PKG install } |