You are not logged in.

#1 2006-08-30 21:40:41

detto
Member
Registered: 2006-01-23
Posts: 510

PKGBUILD to slackbuild?

Anyone? lol

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 roll

Offline

#2 2006-09-04 13:04:24

Mefju
Member
From: Poland
Registered: 2006-07-12
Posts: 104

Re: PKGBUILD to slackbuild?

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

Board footer

Powered by FluxBB