diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-01-07 22:09:59 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-01-07 22:09:59 +0100 |
commit | a8ae1688ee3f5a1bf4a43ee4837c2233fcb1b109 (patch) | |
tree | 19ca9aed3a64b207fa12ca44e2717d9000670639 /extra/xfe/Pkgfile | |
parent | 25dbcf7df3e3c9872a04ee324f24db5f0507d945 (diff) | |
download | nutyx-pakxe-a8ae1688ee3f5a1bf4a43ee4837c2233fcb1b109.tar.gz nutyx-pakxe-a8ae1688ee3f5a1bf4a43ee4837c2233fcb1b109.tar.bz2 nutyx-pakxe-a8ae1688ee3f5a1bf4a43ee4837c2233fcb1b109.tar.xz nutyx-pakxe-a8ae1688ee3f5a1bf4a43ee4837c2233fcb1b109.zip |
Maj xfe#1.32.1-1
Diffstat (limited to 'extra/xfe/Pkgfile')
-rw-r--r-- | extra/xfe/Pkgfile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/extra/xfe/Pkgfile b/extra/xfe/Pkgfile index 95615c9ee..6399409bd 100644 --- a/extra/xfe/Pkgfile +++ b/extra/xfe/Pkgfile @@ -5,15 +5,13 @@ # Depends on: fox name=xfe -version=1.19.2 +version=1.32.1 release=1 -source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz\ - gcc44.patch ) +source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz) build() { cd $name-$version - patch -Np1 -i ../gcc44.patch ./configure --prefix=/usr make make DESTDIR=$PKG install |