Changeset 1045 for pbibuild/modules/kmldonkey
- Timestamp:
- 12/19/07 13:00:38 (12 months ago)
- Location:
- pbibuild/modules/kmldonkey
- Files:
-
- 8 added
- 3 modified
-
copy-files (modified) (1 diff)
-
kmenu-dir/mld_hash (added)
-
kmenu-dir/mldonkey (added)
-
kmenu-dir/mldonkey_previewer (added)
-
kmenu-dir/mlgui (added)
-
kmenu-dir/mlguistarter (added)
-
kmenu-dir/mlnet (added)
-
kmenu-dir/mlnet+gui (added)
-
kmenu-dir/mlnet-real (added)
-
overlay-dir/PBI.SetupScript.sh (modified) (1 diff)
-
pbi.conf (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pbibuild/modules/kmldonkey/copy-files
r1038 r1045 1 1 /usr/local/bin/kmldonkey bin/ 2 2 /usr/local/bin/kmldonkey_submit bin/ 3 /usr/local/bin/mld_hash bin/ 4 /usr/local/bin/mldonkey_previewer bin/ 5 /usr/local/bin/mlgui bin/ 6 /usr/local/bin/mlguistarter bin/ 7 /usr/local/bin/mlnet bin/ 8 /usr/local/bin/mlnet+gui bin/ 9 /usr/local/bin/mlnet-real bin/ 10 /usr/local/etc/rc.d/mlnet etc/rc.d/ 11 /usr/local/share/doc/mldonkey share/doc/ 12 /usr/local/share/examples/mldonkey share/examples/ 3 13 /usr/local/include/kmldonkey include/ 4 14 /usr/local/lib/libkmldonkey.a lib/ -
pbibuild/modules/kmldonkey/overlay-dir/PBI.SetupScript.sh
r1038 r1045 18 18 ln -s /Programs/${PROGDIR}/.sbin/kmldonkey /usr/local/bin/kmldonkey 19 19 ln -s /Programs/${PROGDIR}/.sbin/kmldonkey_submit /usr/local/bin/kmldonkey_submit 20 ###mldonkey 21 ln -s /Programs/${PROGDIR}/.sbin/mld_hash /usr/local/bin/mld_hash 22 ln -s /Programs/${PROGDIR}/.sbin/mldonkey_previewer /usr/local/bin/mldonkey_previewer 23 ln -s /Programs/${PROGDIR}/.sbin/mlgui /usr/local/bin/mlgui 24 ln -s /Programs/${PROGDIR}/.sbin/mlguistarter /usr/local/bin/mlguistarter 25 ln -s /Programs/${PROGDIR}/.sbin/mlnet /usr/local/bin/mlnet 26 ln -s /Programs/${PROGDIR}/.sbin/mlnet+gui /usr/local/bin/mlnet+gui 27 ln -s /Programs/${PROGDIR}/.sbin/mlnet-real /usr/local/bin/mlnet-real 28 ln -s /Programs/${PROGDIR}/etc/rc.d/mlnet /usr/local/etc/rc.d/mlnet 29 ln -s /Programs/${PROGDIR}/share/doc/mldonkey /usr/local/share/doc/mldonkey 30 ln -s /Programs/${PROGDIR}/share/examples/mldonkey /usr/local/share/examples/mldonkey 31 ### 20 32 ln -s /Programs/${PROGDIR}/include/kmldonkey /usr/local/include/kmldonkey 21 33 ln -s /Programs/${PROGDIR}/lib/libkmldonkey.a /usr/local/lib/libkmldonkey.a -
pbibuild/modules/kmldonkey/pbi.conf
r1038 r1045 26 26 27 27 # Other Ports we need built (One per line) 28 OTHERPORT=" "28 OTHERPORT="/usr/ports/net-p2p/mldonkey" 29 29 30 30 # Enter your custom make options here … … 33 33 # Build Key - Change this to anything else to trigger a rebuild 34 34 # - The rebuild will take place even if port is still the same ver 35 BUILDKEY="0 1"35 BUILDKEY="04" 36 36 37 37 export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
