#     Press ./README if you can't read
#
#     bed-0.2.19-1.i386.rpm: rpm package
#     
#     If you like another format you can use binpatch to change rpm in another
#     format.
#     
#     bed-0.2.19.rpm2cpiogz.patch: 
#     	binary patch to make make a cpio.gz package from the rpm package
#     bed-0.2.19.cpio2tar.patch: 
#     	binary patch to make a tar package from the cpio package
#     bed_0.2.19_targz2deb.patch:
#     	binary patch to make a debian package from a tar.gz package
#     
#     So if you want a debian package you have to type the following:
#     
     ./binpatch bed-0.2.19-1.i386.rpm bed.cpio.gz bed-0.2.19.rpm2cpiogz.patch  -a
     gunzip bed.cpio.gz
     ./binpatch bed.cpio bed.tar bed-0.2.19.cpio2tar.patch -a
     gzip -n -6 bed.tar
     ./binpatch bed.tar.gz bed_0.2.19_i386.deb  bed_0.2.19_targz2deb.patch -a
#     
#     
#     If you choice for the tar package, you should say the following after 
#     installation:
#
#     cd /usr/share/bed;sh ./addmagic.sh
#     update-menus
#     
#     
#     For binpatch look in ftp://sunsite.unc.edu/pub/Linux/utils/scripts
