CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 1708 -
(show annotations)
Sat Feb 27 10:29:16 2010 UTC (3 years, 3 months ago) by cjg
File size: 399 byte(s)
Sat Feb 27 10:29:16 2010 UTC (3 years, 3 months ago) by cjg
File size: 399 byte(s)
mod_mono: added
| 1 | # Description: |
| 2 | # URL: |
| 3 | # Maintainer: |
| 4 | # Packager: |
| 5 | # Depends on: |
| 6 | |
| 7 | name=mod_mono |
| 8 | version=2.6 |
| 9 | release=1 |
| 10 | source=(http://ftp.novell.com/pub/mono/sources/mod_mono/mod_mono-$version.tar.bz2) |
| 11 | |
| 12 | build() { |
| 13 | cd $name-$version |
| 14 | ./configure --prefix=/usr\ |
| 15 | --mandir=/usr/man |
| 16 | make |
| 17 | make DESTDIR=$PKG install |
| 18 | mkdir -p $PKG/etc/apache/extra |
| 19 | mv $PKG/etc/apache/mod_mono.conf $PKG/etc/apache/extra/httpd-mono.conf |
| 20 | } |