Skip to content

Instantly share code, notes, and snippets.

@pete
Created February 4, 2009 07:04
Show Gist options
  • Save pete/57995 to your computer and use it in GitHub Desktop.
Save pete/57995 to your computer and use it in GitHub Desktop.
# Description: FVWM, a highly configurable window manager
# URL: http://fvwm.org/
# Maintainer: Pete Elmore, pete dot elmore at gmail dot com
# Depends on: x11
name=fvwm
version=2.5.26
release=1
source=(ftp://ftp.fvwm.org/pub/fvwm/version-2/fvwm-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc/fvwm \
--disable-dependency-tracking \
--enable-htmldoc \
--enable-multibyte
make
make DESTDIR=$PKG install
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment