Changeset 1982
- Timestamp:
- 07/25/07 16:44:55 (1 year ago)
- Files:
-
- branches/x86_64/packages/pidgin/Makefile (modified) (2 diffs)
- branches/x86_64/root/.gaim (deleted)
- branches/x86_64/root/.irssi/config (modified) (1 diff)
- branches/x86_64/root/.purple (copied) (copied from trunk/root/.purple)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/x86_64/packages/pidgin/Makefile
r1976 r1982 2 2 3 3 NM= pidgin 4 VRS= 2.0. 04 VRS= 2.0.2 5 5 DIR= $(NM)-$(VRS) 6 6 7 7 FILE= $(DIR).tar.bz2 8 8 URL-$(FILE)= http://puzzle.dl.sourceforge.net/sourceforge/pidgin/$(FILE) 9 SHA-$(FILE)= 7 bfe348abc25307845e8de1d0fe2b761293ab0719 SHA-$(FILE)= 7f5cdc3e8fb8b8af9646bb0635b2852c24f7e059 10 10 11 11 # Targets … … 26 26 make 27 27 make install 28 svn export --force $(ROOT)/root/. gaim /root/.gaim28 svn export --force $(ROOT)/root/.purple /root/.purple 29 29 30 30 clean: branches/x86_64/root/.irssi/config
r1704 r1982 125 125 nick = "lfs-livecd"; 126 126 username = "guest"; 127 realname = " guest";127 realname = "LFS LiveCD"; 128 128 }; 129 129 };
