diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 23:01:20 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 23:01:20 +0100 |
commit | bb71fa978daa478dc98e1e1e7920f23886c7cfbc (patch) | |
tree | 66d8e2704bfe1c14db670a82e40ba079707f882c /xorg/xorg-xf86vidmodeproto/Pkgfile | |
parent | 00a4ea314c45f8d9c647f09b526f3587184a3000 (diff) | |
download | nutyx-extra-bb71fa978daa478dc98e1e1e7920f23886c7cfbc.tar.gz nutyx-extra-bb71fa978daa478dc98e1e1e7920f23886c7cfbc.tar.bz2 nutyx-extra-bb71fa978daa478dc98e1e1e7920f23886c7cfbc.tar.xz nutyx-extra-bb71fa978daa478dc98e1e1e7920f23886c7cfbc.zip |
Ajout de xorg-xf86vidmodeproto#2.2.2-1
Diffstat (limited to 'xorg/xorg-xf86vidmodeproto/Pkgfile')
-rw-r--r-- | xorg/xorg-xf86vidmodeproto/Pkgfile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/xorg/xorg-xf86vidmodeproto/Pkgfile b/xorg/xorg-xf86vidmodeproto/Pkgfile new file mode 100644 index 000000000..54f554b68 --- /dev/null +++ b/xorg/xorg-xf86vidmodeproto/Pkgfile @@ -0,0 +1,17 @@ +# Description: xorg proto xf86vidmodeproto +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu + +name=xorg-xf86vidmodeproto +version=2.2.2 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/proto/xf86vidmodeproto-$version.tar.bz2) + +build() { + cd xf86vidmodeproto-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install +} |