Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 201 - (hide annotations)
Sun Oct 4 15:01:40 2009 UTC (3 years, 7 months ago) by cjg
File size: 800 byte(s)
importing opt
1 cjg 201 # Description: light wm based on blackbox
2     # URL: http://www.fluxbox.org/
3     # Depends on: xorg, freetype, imlib2
4     # Packager: Han Boetes, han at mijncomputer dot nl
5     # Maintainer: acrux, acrux at linuxmail dot org
6     # PPC!=
7    
8     name=fluxbox
9     version=1.0.0
10     release=1
11     source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2 \
12     fluxbox-generate_menu \
13     startfluxbox \
14     http://www.xs4all.nl/~hanb/software/fbsetbg/fbsetbg-20060330.tar.gz)
15    
16     build() {
17     cd $name-$version
18     ./configure --prefix=/usr --mandir=/usr/man --with-gnu-ld --enable-shared \
19     --enable-imlib2 --disable-nls --enable-xinerama \
20     --disable-kde --disable-gnome
21    
22     make
23     make DESTDIR=$PKG install
24    
25     install $SRC/fluxbox-generate_menu $PKG/usr/bin/fluxbox-generate_menu
26     install $SRC/startfluxbox $PKG/usr/bin/startfluxbox
27    
28     }