Nuvious
November 19th, 2009, 11:10 AM
I have a set of scripts I'd like to package for installation. The only dependencies are loopaes, expect and bash; after that it's all scripts, config files and a few aliases in /etc/rc.*. The scripts are listed below:
/usr/sbin/bb
/usr/sbin/bb_setup
/usr/sbin/bb_mount
/usr/sbin/basedirs (directory)
/usr/sbin/imgs (directory)
/etc/bb/example.config
/etc/init.d/bb_sys
/etc/rc.d(016)/K80bb_sys (alias of bb_sys)
/etc/rc.d(35)/S10bb_sys (alias of bb_sys)
I would like to release this as both a no-arc package and an ubuntu package but I have no idea how to build either. I've tried using Automake but I'm getting the vibe that that's a bit of overkill; however if I could use it I would prefer it as it would make it easier to update the make/config files. I need to check on the dependencies (expect and libaes) and then install the files listed above. Any help is greatly appreciated as this is my first experience with making a package for distribution in linux.
/usr/sbin/bb
/usr/sbin/bb_setup
/usr/sbin/bb_mount
/usr/sbin/basedirs (directory)
/usr/sbin/imgs (directory)
/etc/bb/example.config
/etc/init.d/bb_sys
/etc/rc.d(016)/K80bb_sys (alias of bb_sys)
/etc/rc.d(35)/S10bb_sys (alias of bb_sys)
I would like to release this as both a no-arc package and an ubuntu package but I have no idea how to build either. I've tried using Automake but I'm getting the vibe that that's a bit of overkill; however if I could use it I would prefer it as it would make it easier to update the make/config files. I need to check on the dependencies (expect and libaes) and then install the files listed above. Any help is greatly appreciated as this is my first experience with making a package for distribution in linux.