4cfa4e4fd2
Fix makefile so shared library is installed (except for alpha). Change packing list to clean up everything when package deleted.
20 lines
403 B
Plaintext
20 lines
403 B
Plaintext
bin/toast
|
|
@exec ln -fs %f %B/untoast
|
|
@exec ln -fs %f %B/tcat
|
|
@unexec rm -f %B/untoast
|
|
@unexec rm -f %B/tcat
|
|
man/man1/toast.1
|
|
@exec ln -fs %f %B/untoast.1
|
|
@exec ln -fs %f %B/tcat.1
|
|
@unexec rm -f %B/untoast.1
|
|
@unexec rm -f %B/tcat.1
|
|
lib/libgsm.so.1.0
|
|
@exec /sbin/ldconfig -m %B
|
|
lib/libgsm.a
|
|
man/man3/gsm.3
|
|
man/man3/gsm_explode.3
|
|
man/man3/gsm_option.3
|
|
man/man3/gsm_print.3
|
|
@exec ranlib %D/%F
|
|
include/gsm.h
|