1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00
pacman/contrib/Makefile.am
Chantry Xavier 0bfc8adf37 contrib/paclist: list packages installed from given repo.
The paclist script provides a simple method for monitoring which packages
are installed from a given repo. This is particularly useful when using a
testing or unstable repository.

Thanks to Allan McRae for the idea and an initial bash script. As suggested
by Dan, I tried to rewrite in perl, and this resulted in much better
performance. Then Dan further cleaned up the script.

Signed-off-by: Chantry Xavier <shiningxc@gmail.com>
[Dan: add to Makefile & README, minor script cleanups]
Signed-off-by: Dan McGee <dan@archlinux.org>
2008-05-10 11:13:24 -05:00

16 lines
209 B
Makefile

EXTRA_DIST = \
PKGBUILD.vim \
bash_completion \
gensync \
pacdiff \
paclist \
pacsearch \
re-pacman \
updatesync \
vimprojects \
wget-xdelta.sh \
zsh_completion \
README
# vim:set ts=2 sw=2 noet: