You are not logged in.
Can someone point me to a guide that teaches how one can make a pacman package/PKGBUILD under a non-Arch distro such as debian? Is this possible?
Last edited by graysky (2009-03-03 20:31:24)
Offline
Making the PKGBUILD is no different than writing it in Arch, it's just a text file that contains all the instructions for builidng. If you need more info, the wiki is helpful.
As for building it, it looks like makepkg is a bash script. I haven't had a chance to look it over very carefully, but the simplest case would be if it works just copying the makepkg script and the configuration in /etc/makepkg.conf over to your other system.
Offline
As for building it, it looks like makepkg is a bash script. I haven't had a chance to look it over very carefully, but the simplest case would be if it works just copying the makepkg script and the configuration in /etc/makepkg.conf over to your other system.
Correct, except makepkg uses pacman for dependancy checking. I guess you could run "makepkg -d" to ignore it and then "should" be fine...
Offline
Cool thanks for the info
Offline