You are not logged in.
Pages: 1
Anyone?
Is it possible to use PKGBUILDS for slackware? i mean things like url, source and so on are just variables iirc?
edit: dont know if this is right section, just move if not
Offline
I used Slackware for some time, and in my slackbuilds I simply put that line.
if [ -f foo.tar.gz]
then
wget www.url_with_sources/foo.tar.gz
fi
It works fine for me. As you know slackbuild is only shell script, so you could put anything in it.
Offline
Pages: 1