# HG changeset patch # User Pascal Bellard # Date 1251796893 -7200 # Node ID 70a435a7d9613467a3920cc2173d654bb47ef708 # Parent 60a878ff9a038f0c151d4fb627337296e73506ef Add ntlmaps diff -r 60a878ff9a03 -r 70a435a7d961 get-dropbox/stuff/get-dropbox --- a/get-dropbox/stuff/get-dropbox Mon Aug 31 18:17:28 2009 +0200 +++ b/get-dropbox/stuff/get-dropbox Tue Sep 01 11:21:33 2009 +0200 @@ -78,6 +78,7 @@ SHORT_DESC="Dropbox daemon and client fro online storage." DEPENDS="python" WEB_SITE="http://www.getdropbox.com/" +SUGGESTED="ntlmaps" EOT # Pack diff -r 60a878ff9a03 -r 70a435a7d961 ntlmaps/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ntlmaps/receipt Tue Sep 01 11:21:33 2009 +0200 @@ -0,0 +1,33 @@ +# SliTaz package receipt. + +PACKAGE="ntlmaps" +VERSION="0.9.9.0.1" +CATEGORY="network" +SHORT_DESC="NTLM Authorization Proxy Server to authenticate via an MS Proxy." +MAINTAINER="pascal.bellard@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://ntlmaps.sourceforge.net/" +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="python" +CONFIG_FILES="/etc/ntlmaps.conf" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share/ntlmaps $fs/usr/bin $fs/etc + cp -a $src/* $fs/usr/share/ntlmaps + mv $fs/usr/share/ntlmaps/server.cfg $fs/etc/ntlmaps.conf + ln -s /etc/ntlmaps.conf $fs/usr/share/ntlmaps/server.cfg + cat > $fs/usr/bin/ntlmaps <