[Slackbuilds-users] nonstandard build scripts
B Watson
yalhcru at gmail.com
Tue Aug 9 07:31:44 UTC 2011
On 8/8/11, Niels Horn <niels.horn at gmail.com> wrote:
> Nothing is really "built" by these scripts, but they put the data in
> the correct location and set the correct permissions.
>
> So, don't be afraid to submit :)
The issue here (if there is one at all) is that the entire
hydrogen-drumkits.SlackBuild looks like this:
---begin-script---
#!/bin/sh
# Slackware build script for hydrogen-drumkits
# Written by B. Watson (yalhcru at gmail.com)
PRGNAM=hydrogen-drumkits
VERSION=${VERSION:-20091209}
BUILD=${BUILD:-1}
TAG=${TAG:-SBo}
$CWD/drumkit2pkg \
-f -p "$PRGNAM" -t "$TAG" -b "$BUILD" -v "$VERSION" -d slack-desc \
*.h2drumkit
---end-script---
As you can see, it looks nothing like any of the templates. Am worried
it'll get rejected for that reason, not because it's a data-only package.
More information about the SlackBuilds-users
mailing list