contrib/fluxbox/Pkgfile

23 lines
506 B
Plaintext
Raw Normal View History

2008-05-19 23:02:18 +02:00
# Description: A blackbox based windowmanager
# URL: http://fluxbox.sf.net
# Maintainer: Thomas Penteker, tek at serverop dot de
2008-06-02 21:04:41 +02:00
# Depends on: xorg, imlib2
2008-05-19 23:02:18 +02:00
name=fluxbox
version=1.0.0
release=1
source=(http://dl.sourceforge.net/$name/$name-$version.tar.bz2 $name-gcc43.patch)
2008-05-19 23:02:18 +02:00
build() {
cd $name-$version
patch -p1 -i ../fluxbox-gcc43.patch
2008-05-19 23:02:18 +02:00
./configure \
--prefix=/usr \
2008-05-21 20:26:06 +02:00
--disable-nls \
--mandir=/usr/man
2008-05-19 23:02:18 +02:00
make && make DESTDIR=$PKG install
rm -rf $PKG/usr/doc
}