Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2167 - (show annotations)
Mon Jan 3 01:50:37 2011 UTC (2 years, 4 months ago) by acrux
File size: 500 byte(s)
libvpd: fixed download url
1 # Description: libvpd packages provides a library for List VPD utility
2 # URL: http://linux-diag.sourceforge.net/Lsvpd.html
3 # Maintainer: CRUX PPC Team - http://cruxppc.org/
4 # Depends on: zlib sqlite3 sg3-utils librtas
5 # PPC!=:
6
7 name=libvpd
8 version=2.1.2
9 release=1
10 source=(http://downloads.sourceforge.net/project/linux-diag/$name/$version/$name-$version.tar.gz)
11
12 build () {
13 cd $name-$version
14 autoreconf -i -f
15 ./configure --prefix=/usr --mandir=/usr/man
16
17 make
18 make DESTDIR=$PKG install
19 }