diff options
author | sibel <lesibel@free.fr> | 2011-03-11 15:52:47 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-11 15:52:47 +0100 |
commit | d7cf51599406e3a947e541b89cbbcb743671071a (patch) | |
tree | e83a51515f0ca691b785069ba91ac62637a99dc0 /xorg/xorg-libxfixes/Pkgfile | |
parent | 3d4acbe6c520698b4a2c63cef096880e63b4b8fd (diff) | |
parent | a37520a360c70a508e852aed3a5ea9ea927af54d (diff) | |
download | nutyx-extra-d7cf51599406e3a947e541b89cbbcb743671071a.tar.gz nutyx-extra-d7cf51599406e3a947e541b89cbbcb743671071a.tar.bz2 nutyx-extra-d7cf51599406e3a947e541b89cbbcb743671071a.tar.xz nutyx-extra-d7cf51599406e3a947e541b89cbbcb743671071a.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
Diffstat (limited to 'xorg/xorg-libxfixes/Pkgfile')
-rw-r--r-- | xorg/xorg-libxfixes/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg/xorg-libxfixes/Pkgfile b/xorg/xorg-libxfixes/Pkgfile index b4c482459..4a01f6ed3 100644 --- a/xorg/xorg-libxfixes/Pkgfile +++ b/xorg/xorg-libxfixes/Pkgfile @@ -6,14 +6,14 @@ # Run on: xorg-libx11 name=xorg-libxfixes -version=4.0.5 +version=5.0 release=1 source=(http://xorg.freedesktop.org/releases/individual/lib/libXfixes-$version.tar.bz2) build() { cd libXfixes-$version - ./configure --prefix=/usr + ./configure $XORG_CONFIG make make DESTDIR=$PKG install |