CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 2317 -
(show annotations)
Sun Apr 3 17:31:27 2011 UTC (2 years, 2 months ago) by acrux
File size: 698 byte(s)
Sun Apr 3 17:31:27 2011 UTC (2 years, 2 months ago) by acrux
File size: 698 byte(s)
servicelog: updated to 1.1.9
| 1 | # Description: The servicelog packages provides a library for logging service-related events |
| 2 | # URL: http://linux-diag.sourceforge.net/servicelog/ |
| 3 | # Maintainer: CRUX PPC Team - http://cruxppc.org/ |
| 4 | # Packager: acrux, acrux at linuxmail dot org |
| 5 | # Depends on: libservicelog |
| 6 | # PPC!=: |
| 7 | |
| 8 | name=servicelog |
| 9 | version=1.1.9 |
| 10 | release=1 |
| 11 | source=(http://downloads.sourceforge.net/project/linux-diag/$name/$version/$name-$version.tar.gz) |
| 12 | |
| 13 | build () { |
| 14 | cd $name-$version |
| 15 | |
| 16 | sed -i "s|src doc|src|g" Makefile.am |
| 17 | autoreconf -i -f |
| 18 | |
| 19 | ./configure --with-gnu-ld \ |
| 20 | --prefix=/usr --mandir=/usr/man --libdir=/usr/lib |
| 21 | |
| 22 | make |
| 23 | make DESTDIR=$PKG install |
| 24 | |
| 25 | mkdir -p $PKG/usr/man/man8 |
| 26 | install -D -m 644 doc/*.8 $PKG/usr/man/man8 |
| 27 | } |
| 28 |