wok diff readline/receipt @ rev 11042

Add pciids. This is so pciutils doesn't have to download anything.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Oct 16 07:54:18 2011 +0000 (2011-10-16)
parents 5740040c75b8
children 833b46d85d4d
line diff
     1.1 --- a/readline/receipt	Fri Feb 18 01:18:35 2011 +0000
     1.2 +++ b/readline/receipt	Sun Oct 16 07:54:18 2011 +0000
     1.3 @@ -5,17 +5,18 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="GNU readline."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="ncurses"
     1.8 -BUILD_DEPENDS="ncurses"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html"
    1.11  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.12  
    1.13 +DEPENDS="ncurses"
    1.14 +BUILD_DEPENDS="ncurses-dev"
    1.15 +
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {
    1.19  	cd $src
    1.20 -	./configure &&
    1.21 +	./configure $CONFIGURE_ARGS &&
    1.22  	make &&
    1.23  
    1.24  	# readline make install ignore DESTDIR environnment variable.