mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/smbldap-tools: Updated for version 0.9.10.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
db5a3ecd63
commit
47eea01a2f
3 changed files with 13 additions and 13 deletions
|
@ -1,9 +1,9 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
# The "handy ruler" below makes it easier to edit a package description.
|
||||
# Line up the first '|' above the ':' following the base package name, and
|
||||
# the '|' on the right side marks the last column you can put a character in.
|
||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
smbldap-tools: smbldap-tools (LDAP user/group management tools)
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
# Slackware build script for smbldap-tools
|
||||
|
||||
# Copyright (c) 2009-2011 Chris Walker <kris240376@gmail.com>
|
||||
# Copyright (c) 2009-2013 Christopher Walker <kris240376@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
# modification, are permitted provided that the following conditions are
|
||||
# met:
|
||||
|
@ -32,7 +32,7 @@
|
|||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=smbldap-tools
|
||||
VERSION=0.9.7
|
||||
VERSION=0.9.10
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -51,7 +51,7 @@ cd $TMP
|
|||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
chmod -R u+w,go+r-w,a-s .
|
||||
chmod -R u+w,go+r-w,a-s .
|
||||
|
||||
PERLDIR=$(perl -V:installvendorlib | cut -d\' -f2)
|
||||
|
||||
|
@ -93,7 +93,7 @@ install -o root -g root -m 755 \
|
|||
$PKG/usr/doc/$PRGNAM-$VERSION/migration_scripts
|
||||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||
|
||||
cd $PKG
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="smbldap-tools"
|
||||
VERSION="0.9.7"
|
||||
VERSION="0.9.10"
|
||||
HOMEPAGE="https://gna.org/projects/smbldap-tools/"
|
||||
DOWNLOAD="http://download.gna.org/smbldap-tools/sources/0.9.7/smbldap-tools-0.9.7.tar.gz"
|
||||
MD5SUM="d9f169a77b527672778e4307091bec36"
|
||||
DOWNLOAD="http://download.gna.org/smbldap-tools/sources/0.9.10/smbldap-tools-0.9.10.tar.gz"
|
||||
MD5SUM="f52a626637c468d66a4e71f30c174873"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue