CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 1151 -
(show annotations)
Sun Oct 4 15:12:36 2009 UTC (3 years, 7 months ago) by cjg
File size: 495 byte(s)
Sun Oct 4 15:12:36 2009 UTC (3 years, 7 months ago) by cjg
File size: 495 byte(s)
pseries utils initial commit
| 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 |
| 4 | # Depends on: libservicelog |
| 5 | # PPC!=: |
| 6 | |
| 7 | name=servicelog |
| 8 | version=1.0.1 |
| 9 | release=1 |
| 10 | source=(http://dl.sourceforge.net/sourceforge/linux-diag/$name-$version.tar.gz) |
| 11 | |
| 12 | build () { |
| 13 | cd $name-$version |
| 14 | autoreconf -i -f |
| 15 | ./configure --prefix=/usr --mandir=/usr/man --libdir=/usr/lib |
| 16 | |
| 17 | make |
| 18 | make DESTDIR=$PKG install |
| 19 | } |
| 20 |