Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 117 - (show annotations)
Sun Oct 4 14:32:29 2009 UTC (3 years, 7 months ago) by cjg
File size: 501 byte(s)
fluxbox: fixed port
1 # Description: wm based on blackbox
2 # URL: http://www.fluxbox.org/
3 # Depends on: xorg, freetype, imlib2
4 # Maintainer: acrux, acrux at linuxmail dot org
5 # PPC!=
6
7 name=fluxbox
8 version=1.1.1
9 release=1
10 source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2)
11
12 build() {
13 cd $name-$version
14 ./configure --prefix=/usr --mandir=/usr/man --with-gnu-ld \
15 --enable-shared --enable-imlib2 --disable-nls --enable-xinerama \
16 --disable-kde --disable-gnome
17
18 make
19 make DESTDIR=$PKG install
20 }