wok-6.x diff pciutils/receipt @ rev 18275

Add daloradius
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Aug 07 18:53:05 2015 +0200 (2015-08-07)
parents b1569e676919
children 9e01bc6321ea
line diff
     1.1 --- a/pciutils/receipt	Sun Feb 23 15:54:50 2014 +0100
     1.2 +++ b/pciutils/receipt	Fri Aug 07 18:53:05 2015 +0200
     1.3 @@ -3,7 +3,7 @@
     1.4  PACKAGE="pciutils"
     1.5  VERSION="3.2.1"
     1.6  CATEGORY="system-tools"
     1.7 -SHORT_DESC="Utilities to list PCI device by name (lspci)."
     1.8 +SHORT_DESC="Linux PCI Utilities"
     1.9  MAINTAINER="pankso@slitaz.org"
    1.10  LICENSE="GPL2"
    1.11  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12 @@ -16,7 +16,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17  	make OPT="${CFLAGS} -fPIC -DPIC" SHARED=no PREFIX=/usr SHAREDIR=/usr/share/misc MANDIR=/usr/share/man all
    1.18  	cp -a lib/libpci.a $WOK/$PACKAGE/source
    1.19  	make clean