# HG changeset patch # User Pascal Bellard # Date 1234182492 0 # Node ID 4f51ecbb2050d976752d5e03401077c401deec9e # Parent 1428395b4afe5a5d758d17172cccc9669e0acf74 Add busybox-pam diff -r 1428395b4afe -r 4f51ecbb2050 busybox-pam/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/busybox-pam/receipt Mon Feb 09 12:28:12 2009 +0000 @@ -0,0 +1,86 @@ +# SliTaz package receipt. + +PACKAGE="busybox-pam" +VERSION="1.12.0" +CATEGORY="base-system" +SHORT_DESC="Busybox combines tiny versions of many common UNIX utilities." +MAINTAINER="pascal.bellard@slitaz.org" +DEPENDS="slitaz-base-files glibc-base" +BUILD_DEPENDS="bzip2" +SOURCE="busybox" +TARBALL="$SOURCE-$VERSION.tar.bz2" +WEB_SITE="http://www.busybox.net/" +WGET_URL="http://www.busybox.net/downloads/$TARBALL" +CONFIG_FILES="/etc/dnsd.conf /etc/inetd.conf /etc/udhcpd.conf /etc/resolv.conf" +PROVIDE="busybox:pam" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + while read file; do + [ -f done.$file ] && continue + echo "Apply $file..." + patch -p1 < $WOK/busybox/stuff/$SOURCE-$VERSION-$file || return 1 + touch done.$file + done <