summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* rubygem-template: implement a cleaner search for gem dependencies Vincent Batts2011-01-051-13/+16
|
* rubygem-template.SlackBuild: Added. Vincent Batts2011-01-041-0/+145
| | | | This might not quite be perfect yet, but it's a start.
* perl-template: fixup SRCNAM usage to (ideally) avoid confusion Robby Workman2010-12-201-2/+3
|
* doinst.sh: compile glib2 schemas if needed Robby Workman2010-12-021-0/+4
| | | | This is not really relevant for us yet, but it won't hurt.
* python-template: xargs -0 expects -print0 option from find Heinz Wiesinger2010-10-021-1/+1
|
* perl-template: xargs -0 expects -print0 option from find Heinz Wiesinger2010-10-021-1/+1
|
* cmake-template: xargs -0 expects -print0 option from find Heinz Wiesinger2010-10-021-1/+1
|
* autotools-template: xargs -0 expects -print0 option from find Heinz Wiesinger2010-10-021-1/+1
|
* python-template: fix stripping files with single quotes in filename Heinz Wiesinger2010-10-021-1/+1
|
* perl-template: fix stripping files with single quotes in filename Heinz Wiesinger2010-10-021-1/+1
|
* cmake-template: fix stripping files with single quotes in filename Heinz Wiesinger2010-10-021-1/+1
|
* autotools-template: fix stripping files with single quotes in filename Heinz Wiesinger2010-10-021-1/+1
|
* slack-desc: clarify whitespace concerns Robby Workman2010-07-031-1/+1
|
* Add man paths to install method #2. dsomero2010-07-031-1/+3
|
* Minor clean up. dsomero2010-07-031-1/+1
|
* perl-template.SlackBuild: Noted BUILD.PL for installation Robby Workman2010-06-211-2/+12
| | | | Thanks to V'yacheslav Stetskevych for the tip.
* doinst.sh: Add schema_install() example for GConf stuff Robby Workman2010-06-181-0/+9
|
* perl-template.SlackBuild: Fix typo. Erik Hanson2010-06-101-1/+1
|
* cmake-template.SlackBuild: Mention ccmake in comments Robby Workman2010-06-011-2/+2
|
* Renamed template.SlackBuild to autotools-template.SlackBuild Robby Workman2010-06-011-0/+0
|
* python-template.SlackBuild: Minor tweaks. Robby Workman2010-06-011-2/+1
|
* perl-template.SlackBuild: Minor tweaks. Robby Workman2010-06-011-3/+5
|
* cmake-template.SlackBuild: Minor tweaks Robby Workman2010-06-011-14/+12
|
* Added python example template. dsomero2010-05-301-0/+120
|
* Added perl example template. dsomero2010-05-301-0/+128
|
* Added cmake example template. dsomero2010-05-301-0/+144
|
* template.SlackBuild: don't 'export' variables unless necessary Robby Workman2010-05-241-3/+3
| | | | | | This really needs a longer explanation than I can give here, but the short version is that exporting ARCH can cause problems building kernel modules, especially on ix86 arch.
* Do away with 2 pointless subshells. Erik Hanson2010-05-171-11/+7
|
* template.SlackBuild: prep for 13.1 Robby Workman2010-04-231-2/+14
| | | | | | - add automatic ARCH detection - add a failover SLKCFLAGS and LIBDIRSUFFIX - add comment about manpage compression
* doinst.sh: add preserve_perms() function Robby Workman2010-04-231-7/+11
|
* Fixed stripping for bash4 and added comment to manpage compression13.0 Robby Workman2010-04-221-7/+3
|
* Added a template.info file Robby Workman2009-12-251-0/+10
| | | | | I'm not sure this is really needed, but it's been requested, so oh well. :-)
* Added slack-desc file to the repo. Robby Workman2009-12-171-0/+19
|
* Initial commit Robby Workman2009-12-173-0/+192
Add the template.SlackBuild and doinst.sh to the repo, as well as a README file.