CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 841 -
(show annotations)
Sun Oct 4 15:10:20 2009 UTC (3 years, 8 months ago) by cjg
File size: 804 byte(s)
Sun Oct 4 15:10:20 2009 UTC (3 years, 8 months ago) by cjg
File size: 804 byte(s)
fluxbox: updated to 1.1.1
| 1 | # 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.1.1 |
| 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 -j1 |
| 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 | } |