summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* rubygem-template: Fix a small bug in the template.14.0 dsomero2012-09-251-1/+1
|
* *.SlackBuild: strongly suggest BSD/MIT license Robby Workman2012-09-185-50/+120
|
* template.info: Remove APPROVED line Robby Workman2012-09-181-1/+0
| | | | This is useless duplication since we started using git.
* template.info: Add the new REQUIRES variable. Erik Hanson2012-09-181-0/+1
| | | | | | | | | | | | | | | This variable will contain a space-separated list of all required build-time and run-time dependencies, each named exactly as listed on the SlackBuilds.org site. It should not contain anything that is part of Slackware itself. If user interaction is mandatory (creation of user/group, etcetera) or even recommended (ffmpeg, vlc, etcetera), REQUIRES should also contain "%README%". Automated tools should bail out and inform the user that manual interaction is required when %README% is found. The order of REQUIRES content is irrelevant. Sorting (if desired) is an implementation detail left to users and/or third-party tools.
* slack-desc: OCD tweakage Robby Workman2012-08-221-4/+4
|
* doinst.sh: update the gio module cache Robby Workman2011-11-281-0/+4
|
* doinst.sh: Corrected glib-compile-schemas. Erik Hanson2011-05-101-3/+4
|
* 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.