CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Added initial version for prt-get-cross and his config file
[devtools.git] / prt-get-cross
1 #!/bin/bash
2
3 # Edit the variables to your needs
4
5 PATH="/devel/crux-arm/pkgutils-cross:/devel/crux-arm/devtools:$PATH"
6 CONFIG="/devel/crux-arm/devtools/prt-get-cross.conf"
7 CLFS="/devel/crux-arm/toolchain/clfs"
8
9 export PATH
10
11 prt-get --install-root=$CLFS_PATH --config=$CONFIG $@
12
13 # End of file
14