diff options
Diffstat (limited to 'source/x')
-rwxr-xr-x | source/x/scim/scim.SlackBuild | 6 | ||||
-rw-r--r-- | source/x/scim/scim.url | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/source/x/scim/scim.SlackBuild b/source/x/scim/scim.SlackBuild index c1aa81fb..06e683bf 100755 --- a/source/x/scim/scim.SlackBuild +++ b/source/x/scim/scim.SlackBuild @@ -35,8 +35,8 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=scim -VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -84,7 +84,7 @@ mkdir -p $TMP $PKG cd $TMP rm -rf ${PKGNAM}-${VERSION} -tar xvf $CWD/${PKGNAM}-${VERSION}.tar.?z* || exit 1 +tar xvf $CWD/${PKGNAM}-${VERSION}.tar.?z || exit 1 cd ${PKGNAM}-${VERSION} || exit 1 ./bootstrap diff --git a/source/x/scim/scim.url b/source/x/scim/scim.url new file mode 100644 index 00000000..53c5f816 --- /dev/null +++ b/source/x/scim/scim.url @@ -0,0 +1 @@ +https://github.com/scim-im/scim |