wok-6.x diff nis/receipt @ rev 6574

Up: sqlite, sqlite-dev, lemon to 3.7.3. Made so lemon compiles itself when genpkg only so the patch in compile_rules gets though. Otherwize it will be from sqlite directly without patch and bigger by 8kb or corrupted package with nothing in it since sqlite- will not exist in /lemon.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Oct 08 16:36:42 2010 +0000 (2010-10-08)
parents
children 3765f181a6d5
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/nis/receipt	Fri Oct 08 16:36:42 2010 +0000
     1.3 @@ -0,0 +1,15 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="nis"
     1.7 +VERSION="1.0"
     1.8 +CATEGORY="meta"
     1.9 +SHORT_DESC="Yellow pages."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +WEB_SITE="http://www.kernel.org/pub/linux/utils/net/NIS/"
    1.12 +DEPENDS="ypserv yp-tools ypbind-mt"
    1.13 +
    1.14 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.15 +genpkg_rules()
    1.16 +{
    1.17 +	mkdir $fs/etc
    1.18 +}