pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Installing packages with wildcards



If you are me, you hate installing all the gstreamer plugins one at a
time. So you will enjoy the following one liner (well, two lines to fit
it under 80 characters...):

# cd /usr/pkgsrc/ && printf '%s\n' ./multi*/gst-plugins1*/ \
  | xargs -I % sh -c 'cd %; make install; cd ../../'

I think it's pretty handy.


Home | Main Index | Thread Index | Old Index