wok diff pciutils/receipt @ rev 17992

Add few descriptions (from pkgs.org)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 23 16:47:39 2015 +0300 (2015-04-23)
parents b1569e676919
children 9e01bc6321ea
line diff
     1.1 --- a/pciutils/receipt	Sun Feb 23 15:54:50 2014 +0100
     1.2 +++ b/pciutils/receipt	Thu Apr 23 16:47:39 2015 +0300
     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