You are not logged in.
Hey again!
I want to ask a little question about Checkinstall...
I need to build something from source (No way to build package) and if I build and install package using Checkinstall and when I want to remove the package it won't make a mess in my system?
I'm talking about for example RPM based distro's.
Shell Scripter | C/C++/Python/Java Coder | ZSH
Offline
spec2arch converts an rpm .spec file into a PKGBUILD which in turn can be installed with pacman.
Offline
If you can compile from source why can't you make a package?
Offline
for arch it is not that big of a deal to make a pkgbuild
nor is it hard to build a rpm form the source
rhel and fedora have a nice set of tools to do just that "rpmbuild"
need to build something from source (No way to build package)
why is it imposable to make a rpm???
or is it just not very convenient
and what is it ?
if it is a CORE /Base program ( something like say glib or gtk or QT ) building form source is not recommended
Celestia maps
http://celestiamotherlode.net/catalog/s … ator_id=10
Offline
I'm talking about for example RPM based distro's.
Not Arch then. Newbie Corner is for issues encountered by new Arch users.
Moved to GNU/Linux.
Offline
for arch it is not that big of a deal to make a pkgbuild
nor is it hard to build a rpm form the source
rhel and fedora have a nice set of tools to do just that "rpmbuild"need to build something from source (No way to build package)
why is it imposable to make a rpm???
or is it just not very convenient
and what is it ?
if it is a CORE /Base program ( something like say glib or gtk or QT ) building form source is not recommended
I'm must build xfce and thunar from git repo and then it's hard to build package.
SpeedVin wrote:I'm talking about for example RPM based distro's.
Not Arch then. Newbie Corner is for issues encountered by new Arch users.
Moved to GNU/Linux.
I'm sure thtat it was in GNU/Linux Duscussion, maybe someone moved it to Newbie Corner.
Shell Scripter | C/C++/Python/Java Coder | ZSH
Offline
I'm must build xfce and thunar from git repo and then it's hard to build package.
???? from a git repo for a rpm distro?????
those two are in the fedora,CenrOS and every other there is
yum groupinstall "xfce Desktop"
yum install thunar
Celestia maps
http://celestiamotherlode.net/catalog/s … ator_id=10
Offline
I'm must build xfce and thunar from git repo and then it's hard to build package.
???? from a git repo for a rpm distro?????
Yes
I just need it
Shell Scripter | C/C++/Python/Java Coder | ZSH
Offline