Created
February 4, 2009 07:04
-
-
Save pete/57995 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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