diff options
author | rhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9> | 2007-12-04 18:10:56 +0000 |
---|---|---|
committer | rhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9> | 2007-12-04 18:10:56 +0000 |
commit | 67151a5812f5f7b79cccda92aaf2da4b1991dd7f (patch) | |
tree | 22afea47bf299308c2434e16bb9e32961f7be581 /sys | |
parent | ac873910947232082c7658e15596d157d6d57ff2 (diff) | |
download | mkbuilds-67151a5812f5f7b79cccda92aaf2da4b1991dd7f.tar.gz mkbuilds-67151a5812f5f7b79cccda92aaf2da4b1991dd7f.tar.bz2 |
added dotconf
git-svn-id: svn+slack://slack.fluxo.info/var/svn/mkbuilds@30 18ef50b8-d735-4ccd-97c1-689132df3dd9
Diffstat (limited to 'sys')
-rw-r--r-- | sys/libs/cracklib/cracklib.mkbuild | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/sys/libs/cracklib/cracklib.mkbuild b/sys/libs/cracklib/cracklib.mkbuild index 4b1ffd6..ec6f5cf 100644 --- a/sys/libs/cracklib/cracklib.mkbuild +++ b/sys/libs/cracklib/cracklib.mkbuild @@ -1,8 +1,17 @@ -################################################################# -## Generic template for Mkbuild -## -## Version 0.9.0 - Alves ( rudsonalves at yahoo d0t com d0t br ) -################################################################# +# +# This mkbuild is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or any later version. +# +# This mkbuild is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# this program; if not, write to the Free Software Foundation, Inc., 59 Temple +# Place - Suite 330, Boston, MA 02111-1307, USA +# + #-------------------- # Personal variables #-------------------- @@ -24,9 +33,6 @@ # NEWS TODO README AUTHORS INSTALL ChangeLog MAINTAINERS COPYING readme.* [[DOCUMENTATION FILES]]="ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README README-DAWG README-LICENSE README-WORDS" -# SlackBuild model -[[SLACKBUILD MODEL]]="generic.mkSlackBuild" - # SlackBuild PATH in Slack.Sarava tree #[[SLACKBUILD PATH]]="others/unclassified/[[NAME]]" [[SLACKBUILD PATH]]="sys/libs/[[NAME]]" |