Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 632 - (show annotations)
Sun Oct 4 15:05:11 2009 UTC (3 years, 7 months ago) by cjg
File size: 552 byte(s)
pseries utils initial commit
1 # Description: lsvpd provides List Device Vital Product Data (VPD)
2 # URL: http://linux-diag.sourceforge.net/Lsvpd.html
3 # Maintainer: CRUX PPC Team
4 # Depends on: libvpd
5 # PPC!=:
6
7 name=lsvpd
8 version=1.6.5
9 release=1
10 source=(http://dl.sourceforge.net/sourceforge/linux-diag/$name-$version.tar.gz \
11 $name-$version.patch)
12
13 build () {
14 cd $name-$version
15
16 patch -p1 < $SRC/$name-$version.patch
17
18 autoreconf -i -f
19 ./configure --prefix=/usr --mandir=/usr/man
20
21 make
22 make DESTDIR=$PKG install
23
24 mv $PKG/usr/share/man $PKG/usr
25 rm -r $PKG/usr/share
26 }