aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-25rubygem-template: Fix a small bug in the template.14.0dsomero
2012-09-18*.SlackBuild: strongly suggest BSD/MIT licenseRobby Workman
2012-09-18template.info: Remove APPROVED lineRobby Workman
This is useless duplication since we started using git.
2012-09-18template.info: Add the new REQUIRES variable.Erik Hanson
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.
2012-08-22slack-desc: OCD tweakageRobby Workman
2011-11-28doinst.sh: update the gio module cacheRobby Workman
2011-05-10doinst.sh: Corrected glib-compile-schemas.Erik Hanson
2011-01-05rubygem-template: implement a cleaner search for gem dependenciesVincent Batts
2011-01-04rubygem-template.SlackBuild: Added.Vincent Batts
This might not quite be perfect yet, but it's a start.
2010-12-20perl-template: fixup SRCNAM usage to (ideally) avoid confusionRobby Workman
2010-12-02doinst.sh: compile glib2 schemas if neededRobby Workman
This is not really relevant for us yet, but it won't hurt.
2010-10-02python-template: xargs -0 expects -print0 option from findHeinz Wiesinger
2010-10-02perl-template: xargs -0 expects -print0 option from findHeinz Wiesinger
2010-10-02cmake-template: xargs -0 expects -print0 option from findHeinz Wiesinger
2010-10-02autotools-template: xargs -0 expects -print0 option from findHeinz Wiesinger
2010-10-02python-template: fix stripping files with single quotes in filenameHeinz Wiesinger
2010-10-02perl-template: fix stripping files with single quotes in filenameHeinz Wiesinger
2010-10-02cmake-template: fix stripping files with single quotes in filenameHeinz Wiesinger
2010-10-02autotools-template: fix stripping files with single quotes in filenameHeinz Wiesinger
2010-07-03slack-desc: clarify whitespace concernsRobby Workman
2010-07-03Add man paths to install method #2.dsomero
2010-07-03Minor clean up.dsomero
2010-06-21perl-template.SlackBuild: Noted BUILD.PL for installationRobby Workman
Thanks to V'yacheslav Stetskevych for the tip.
2010-06-18doinst.sh: Add schema_install() example for GConf stuffRobby Workman
2010-06-10perl-template.SlackBuild: Fix typo.Erik Hanson
2010-06-01cmake-template.SlackBuild: Mention ccmake in commentsRobby Workman
2010-06-01Renamed template.SlackBuild to autotools-template.SlackBuildRobby Workman
2010-06-01python-template.SlackBuild: Minor tweaks.Robby Workman
2010-06-01perl-template.SlackBuild: Minor tweaks.Robby Workman
2010-06-01cmake-template.SlackBuild: Minor tweaksRobby Workman
2010-05-30Added python example template.dsomero
2010-05-30Added perl example template.dsomero
2010-05-30Added cmake example template.dsomero
2010-05-24template.SlackBuild: don't 'export' variables unless necessaryRobby Workman
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.
2010-05-17Do away with 2 pointless subshells.Erik Hanson
2010-04-23template.SlackBuild: prep for 13.1Robby Workman
- add automatic ARCH detection - add a failover SLKCFLAGS and LIBDIRSUFFIX - add comment about manpage compression
2010-04-23doinst.sh: add preserve_perms() functionRobby Workman
2010-04-22Fixed stripping for bash4 and added comment to manpage compression13.0Robby Workman
2009-12-25Added a template.info fileRobby Workman
I'm not sure this is really needed, but it's been requested, so oh well. :-)
2009-12-17Added slack-desc file to the repo.Robby Workman
2009-12-17Initial commitRobby Workman
Add the template.SlackBuild and doinst.sh to the repo, as well as a README file.