Changeset 436 for trunk/mk/osx.mk
- Timestamp:
- Jun 22, 2006, 3:41:19 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mk/osx.mk
r372 r436 30 30 endif 31 31 32 URL = printf "[InternetShortcut]\nURL=http://transmission.m0k.org%s\n"33 32 define PACKAGE_RULE1 34 33 $(RM) tmp "Transmission $(VERSION_PACKAGE)" \ … … 36 35 mkdir -p tmp 37 36 cp -R macosx/Transmission.app tmp/ 38 cp AUTHORS tmp/AUTHORS.txt39 cp LICENSE tmp/LICENSE.txt40 cp NEWS tmp/NEWS.txt41 $(URL) "/" > tmp/Homepage.url42 $(URL) "/forum" > tmp/Forums.url43 $(URL) "/contribute.php" > tmp/Contribute.url44 37 endef 45 38 define PACKAGE_RULE2
Note: See TracChangeset
for help on using the changeset viewer.