This is a case of a bad slackbuild. I've notified the maintainer, he will have to fix it for it to work properly.
In the mean time, to get it to work, edit /etc/slapt-get/slapt-srcsrc and change
- Code: Select all
PKGEXT=txz
to
- Code: Select all
PKGEXT=.txz
(add the ".")
then run slapt-src from a root terminal to build the package:
- Code: Select all
slapt-src -b cairo-dock
the package will be built in /usr/src/slapt-src/desktop/cairo-dock. You can then install it with:
- Code: Select all
spkg -i /usr/src/slapt-src/desktop/cairo-dock/_packagenamehere_
("slapt-src -i" won't work, because it has a bad version name too, with the tilde in there)
Make sure you edit the PKGEXT in slapt-srcrc back to its original setting, or else all other slackbuilds will fail.